mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +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
|
- name: Export digest
|
||||||
if: ${{ ! matrix.isPr }}
|
if: ${{ ! matrix.isPr }}
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /tmp/digests/dist
|
mkdir -p /tmp/digests
|
||||||
digest="${{ steps.docker_build_dist.outputs.digest }}"
|
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
|
# Upload Digest to an artifact, so that it can be used in manifest below
|
||||||
- name: Upload digest
|
- name: Upload digest
|
||||||
|
Reference in New Issue
Block a user