Fix directory structure for -dist digests

This commit is contained in:
Tim Donohue
2023-11-17 11:56:48 -06:00
parent 526da8cddf
commit 63e792990f

View File

@@ -239,9 +239,9 @@ jobs:
- name: Export digest
if: ${{ ! matrix.isPr }}
run: |
mkdir -p /tmp/digests/dist
mkdir -p /tmp/digests
digest="${{ steps.docker_build_dist.outputs.digest }}"
touch "/tmp/digests/dist/${digest#sha256:}"
touch "/tmp/digests/${digest#sha256:}"
# Upload Digest to an artifact, so that it can be used in manifest below
- name: Upload digest