We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e12c0 commit 9a0a97aCopy full SHA for 9a0a97a
1 file changed
.github/workflows/sdk.yaml
@@ -145,15 +145,15 @@ jobs:
145
packages: read
146
name: trivy-${{ matrix.target }}
147
steps:
148
- - name: Download bake metadata
+ - name: Download docker-metadata-${{ target.matrix }} artifact
149
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
150
with:
151
- name: bake-metadata
+ name: docker-metadata-${{ matrix.target }}
152
153
- name: Get image digest
154
id: image-ref
155
run: |
156
- DIGEST=$(jq -r '."${{ matrix.target }}"["containerimage.digest"]' bake-metadata.json)
+ DIGEST=$(jq -r '."${{ matrix.target }}"["containerimage.digest"]' ./docker-metadata-${{ matrix.target }}/docker-metadata-action-bake.json)
157
echo "digest=$DIGEST" >> "$GITHUB_OUTPUT"
158
159
- name: Login to DockerHub
0 commit comments