We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb6701 commit a5f82a3Copy full SHA for a5f82a3
1 file changed
.github/workflows/cd.yaml
@@ -62,7 +62,7 @@ jobs:
62
shopt -s globstar
63
64
for FILE in ./node_modules/.cache/nx-container/**/metadata; do
65
- TARGET=$(jq -r '.["image.name"] + "@" + .["containerimage.digest"]' "$FILE")
+ TARGET=$(jq -r '(.["image.name"] | split(",") | last) + "@" + .["containerimage.digest"]' "$FILE")
66
echo "Signing $TARGET..."
67
cosign sign --yes "$TARGET"
68
done
0 commit comments