Skip to content

Commit

Permalink
more output
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Nov 29, 2024
1 parent 7b707c8 commit 626c575
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ jobs:
echo "uploaded_image=$IMAGE_URL_UPLOAD" >> "$GITHUB_OUTPUT"
docker image tag image-to-upload:latest "$IMAGE_URL_UPLOAD"
docker push "$IMAGE_URL_UPLOAD"
docker image inspect $IMAGE_URL_UPLOAD | jq '.[0].Id
docker image inspect $IMAGE_URL_UPLOAD | jq '.'
docker image inspect $IMAGE_URL_UPLOAD | jq '.[0]'
docker image inspect $IMAGE_URL_UPLOAD | jq '.[0].Id'
IMAGE_DIGEST="$(docker image inspect $IMAGE_URL_UPLOAD)" | jq '.[0].Id'
echo "IMAGE_DIGEST=$IMAGE_DIGEST" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 626c575

Please sign in to comment.