Skip to content

Commit 20690a9

Browse files
committed
chore: add debug print of artifacts json blob
1 parent 60b44be commit 20690a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
subject-path: "dist/*.tar.gz"
7070
# parse artifacts to the format required for image attestation
7171
- run: |
72+
echo "$ARTIFACTS"
7273
echo "digest=$(echo "$ARTIFACTS" | jq -r '.[]|select(.type=="Docker Manifest")|select(.name|test("go-cli-github:v"))|.extra.Digest')" >> "$GITHUB_OUTPUT"
7374
echo "name=$(echo "$ARTIFACTS" | jq -r '.[]|select(.type=="Docker Manifest")|select(.name|test("go-cli-github:v"))|.name|split(":")[0]')" >> "$GITHUB_OUTPUT"
7475
id: image_metadata_go_cli_github

0 commit comments

Comments
 (0)