We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f677d68 + 49049a9 commit 27d3ef3Copy full SHA for 27d3ef3
.github/workflows/release.yaml
@@ -69,7 +69,6 @@ jobs:
69
subject-path: "dist/*.tar.gz"
70
# parse artifacts to the format required for image attestation
71
- run: |
72
- echo "$ARTIFACTS"
73
echo "digest=$(echo "$ARTIFACTS" | jq -r '.[]|select(.type=="Docker Manifest")|select(.name|test("go-cli-github:v"))|.extra.Digest')" >> "$GITHUB_OUTPUT"
74
echo "name=$(echo "$ARTIFACTS" | jq -r '.[]|select(.type=="Docker Manifest")|select(.name|test("go-cli-github:v"))|.name|split(":")[0]')" >> "$GITHUB_OUTPUT"
75
id: image_metadata_go_cli_github
0 commit comments