Skip to content

Commit

Permalink
push images
Browse files Browse the repository at this point in the history
  • Loading branch information
edbentho committed Jul 26, 2024
1 parent f911e19 commit a4535aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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
# docker push $tag
# done
for tag in $tags: do
docker push $tag
done

0 comments on commit a4535aa

Please sign in to comment.