Skip to content

Commit

Permalink
Fix directory structure for -dist digests
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Nov 17, 2023
1 parent 99228d9 commit c99fe3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c99fe3a

Please sign in to comment.