Skip to content

Commit

Permalink
Merge pull request DSpace#2650 from tdonohue/fix_docker_manifests_again
Browse files Browse the repository at this point in the history
Follow-up Docker image build fix. Fix directory structure for `latest-dist` digests
  • Loading branch information
tdonohue authored Nov 17, 2023
2 parents 99228d9 + c99fe3a commit 0d7d9f1
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 0d7d9f1

Please sign in to comment.