Prepare universal workflow

This commit is contained in:
Alexey Pustovalov 2024-02-11 05:57:14 +09:00
parent 4cca60ee1d
commit 7b62b1ccd2

View File

@ -244,7 +244,7 @@ jobs:
- name: Image digest
env:
IMAGE_TAG: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
CACHE_FILE_NAME: ${{ matrix.build }}_${{ matrix.arch }}
CACHE_FILE_NAME: build_${{ matrix.build }}_${{ matrix.arch }}
run: |
DIGEST=$(podman inspect ${IMAGE_TAG} --format "{{ index .RepoDigests 0}}" | cut -d '@' -f2)
echo "::group::Image digest"