File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -225,14 +225,12 @@ jobs:
225225 working-directory : ${{ runner.temp }}/digests
226226 - name : Inspect manifest and extract digest
227227 id : inspect-manifest
228- env :
229- FULLY_QUALIFIED_IMAGE_NAME : ${{ needs.sanitize-inputs.outputs.fully-qualified-image-name }}
230228 run : |
231229 set -Eeuo pipefail
232- output=$(docker buildx imagetools inspect "${FULLY_QUALIFIED_IMAGE_NAME}:${CONTAINER_VERSION }" --format '{{json .}}')
230+ output=$(docker buildx imagetools inspect "${CONTAINER }" --format '{{json .}}')
233231 echo "digest=$(echo "$output" | jq -r '.manifest.digest // .manifests[0].digest')" >> "$GITHUB_OUTPUT"
234232 env :
235- CONTAINER_VERSION : ${{ steps.metadata.outputs.version }}
233+ CONTAINER : ${{ needs.sanitize-inputs.outputs.fully-qualified-image-name }}: ${{ steps.metadata.outputs.version }}
236234 - run : |
237235 set -Eeuo pipefail
238236 wget -O diffoci https://github.com/reproducible-containers/diffoci/releases/download/v0.1.7/diffoci-v0.1.7.linux-amd64
You can’t perform that action at this time.
0 commit comments