Skip to content

Commit 0d7d9f1

Browse files
authored
Merge pull request #2650 from tdonohue/fix_docker_manifests_again
Follow-up Docker image build fix. Fix directory structure for `latest-dist` digests
2 parents 99228d9 + c99fe3a commit 0d7d9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ jobs:
239239
- name: Export digest
240240
if: ${{ ! matrix.isPr }}
241241
run: |
242-
mkdir -p /tmp/digests/dist
242+
mkdir -p /tmp/digests
243243
digest="${{ steps.docker_build_dist.outputs.digest }}"
244-
touch "/tmp/digests/dist/${digest#sha256:}"
244+
touch "/tmp/digests/${digest#sha256:}"
245245
246246
# Upload Digest to an artifact, so that it can be used in manifest below
247247
- name: Upload digest

0 commit comments

Comments
 (0)