mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Fix directory structure for -dist digests
This commit is contained in:
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user