Skip to content

Commit

Permalink
adds output again
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Nov 29, 2024
1 parent 3ca8961 commit 7b707c8
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 @@ -105,6 +105,7 @@ 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
IMAGE_DIGEST="$(docker image inspect $IMAGE_URL_UPLOAD)" | jq '.[0].Id'
echo "IMAGE_DIGEST=$IMAGE_DIGEST" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 7b707c8

Please sign in to comment.