mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-07 13:09:32 +00:00
Iron out more chaos on CI configs
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
2cb74ba975
commit
d020834b8c
2 changed files with 6 additions and 3 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -99,7 +99,7 @@ jobs:
|
|||
if: ${{ github.event_name != 'pull_request' }}
|
||||
run: |
|
||||
set +xe
|
||||
for each ${{ steps.meta.outputs.tags }} in tag;
|
||||
for each "${{ steps.meta.outputs.tags }}" in tag;
|
||||
do
|
||||
docker push $tag
|
||||
done
|
||||
|
@ -195,7 +195,7 @@ jobs:
|
|||
if: ${{ github.event_name != 'pull_request' }}
|
||||
run: |
|
||||
set +xe
|
||||
for each ${{ steps.meta.outputs.tags }} in tag;
|
||||
for each "${{ steps.meta.outputs.tags }}" in tag;
|
||||
do
|
||||
docker push $tag
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue