fix(ci): Try use path that exists
This commit is contained in:
parent
bf91ce5c7f
commit
71094803f1
1 changed files with 4 additions and 2 deletions
|
|
@ -32,11 +32,13 @@ outputs:
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
|
- run: mkdir -p digests
|
||||||
|
shell: bash
|
||||||
- name: Download digests
|
- name: Download digests
|
||||||
if: ${{ env.BUILTIN_REGISTRY_ENABLED == 'true' }}
|
if: ${{ env.BUILTIN_REGISTRY_ENABLED == 'true' }}
|
||||||
uses: forgejo/download-artifact@v4
|
uses: forgejo/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: /tmp/digests
|
path: digests
|
||||||
pattern: ${{ inputs.digest_pattern }}
|
pattern: ${{ inputs.digest_pattern }}
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
|
|
@ -78,7 +80,7 @@ runs:
|
||||||
|
|
||||||
- name: Create manifest list and push
|
- name: Create manifest list and push
|
||||||
if: ${{ env.BUILTIN_REGISTRY_ENABLED == 'true' }}
|
if: ${{ env.BUILTIN_REGISTRY_ENABLED == 'true' }}
|
||||||
working-directory: /tmp/digests
|
working-directory: digests
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
IMAGES: ${{ inputs.images }}
|
IMAGES: ${{ inputs.images }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue