Skip to content

Commit

Permalink
fix syntax error in for loop
Browse files Browse the repository at this point in the history
  • Loading branch information
edbentho committed Jul 26, 2024
1 parent a4535aa commit 39b03e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
run: |
tags=$(docker image inspect ghcr.io/ukhomeoffice/cc-lza-validator:latest | jq '.[0].RepoTags')
echo $tags
for tag in $tags: do
for tag in $tags; do
docker push $tag
done

0 comments on commit 39b03e5

Please sign in to comment.