Skip to content

Commit

Permalink
Fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickBaus committed Jun 17, 2024
1 parent 7100df3 commit 05ad17e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Download manufacturing files artifact
uses: actions/download-artifact@v4
with:
path: artifacts
path: digests
pattern: digest-*
merge-multiple: true

Expand All @@ -146,7 +146,7 @@ jobs:

- name: Create manifest list and push
if: needs.prepare.outputs.push == 'true'
working-directory: /tmp/digests
working-directory: digests
run: |
docker buildx imagetools create $(jq -r '"-t " + (.tags | join(" -t "))' <<< '${{ needs.prepare.outputs.meta-json }}') \
$(printf '${{ needs.prepare.outputs.image }}@sha256:%s ' *)
Expand Down

0 comments on commit 05ad17e

Please sign in to comment.