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 c4214ac commit 6f51000Copy full SHA for 6f51000
.github/workflows/release.yaml
@@ -285,7 +285,7 @@ jobs:
285
PLATFORM_MAP: ${{ needs.image.outputs.platform-map }}
286
CURRENT_PLATFORM: ${{ matrix.platform }}
287
run: |
288
- PLATFORM_INFO=$(echo "$PLATFORM_MAP" | jq -r ".[] | select(.platform == \"$CURRENT_PLATFORM\")")
+ PLATFORM_INFO=$(echo "$PLATFORM_MAP" | jq -r ".[] | select(.platform == \"v5/$CURRENT_PLATFORM\")")
289
DIGEST=$(echo "$PLATFORM_INFO" | jq -r '.digest')
290
SBOM=$(echo "$PLATFORM_INFO" | jq -r '.sbom')
291
0 commit comments