2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -99,7 +99,7 @@ jobs:
|
|||||||
id: image
|
id: image
|
||||||
run: |
|
run: |
|
||||||
echo "Getting image digest..."
|
echo "Getting image digest..."
|
||||||
DIGEST=$(docker buildx imagetools inspect ghcr.io/getprobo/probo:${{ github.ref_name }} --format '{{.Manifest.Digest}}')
|
DIGEST=$(docker buildx imagetools inspect ghcr.io/getprobo/probo:${{ github.ref_name }} --format '{{json .Manifest.Digest}}' | jq -r)
|
||||||
echo "Successfully retrieved digest: $DIGEST"
|
echo "Successfully retrieved digest: $DIGEST"
|
||||||
echo "digest=$DIGEST" >> "$GITHUB_OUTPUT"
|
echo "digest=$DIGEST" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user