Skip to content

Commit

Permalink
chore: add debug print of artifacts json blob
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Jun 10, 2024
1 parent 60b44be commit 20690a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
subject-path: "dist/*.tar.gz"
# parse artifacts to the format required for image attestation
- run: |
echo "$ARTIFACTS"
echo "digest=$(echo "$ARTIFACTS" | jq -r '.[]|select(.type=="Docker Manifest")|select(.name|test("go-cli-github:v"))|.extra.Digest')" >> "$GITHUB_OUTPUT"
echo "name=$(echo "$ARTIFACTS" | jq -r '.[]|select(.type=="Docker Manifest")|select(.name|test("go-cli-github:v"))|.name|split(":")[0]')" >> "$GITHUB_OUTPUT"
id: image_metadata_go_cli_github
Expand Down

0 comments on commit 20690a9

Please sign in to comment.