Skip to content

Commit

Permalink
adds log output
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Nov 29, 2024
1 parent b5eb407 commit 3a08b69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
docker image tag image-to-upload:latest "${{ env.IMAGE_URL }}:TAG_2"
docker image tag image-to-upload:latest "${{ env.IMAGE_URL }}:TAG_3"
docker image tag image-to-upload:latest "${{ env.IMAGE_URL }}:TAG_4"
docker image inspect image-to-upload:latest
docker push "${{ env.IMAGE_URL }}:$TAG_1"
docker push "${{ env.IMAGE_URL }}:$TAG_2"
docker push "${{ env.IMAGE_URL }}:$TAG_3"
Expand Down

0 comments on commit 3a08b69

Please sign in to comment.