Skip to content

Commit

Permalink
fix error in tmp name
Browse files Browse the repository at this point in the history
  • Loading branch information
2xburnt committed Sep 25, 2024
1 parent 17770af commit 3a38e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Download digests
uses: actions/download-artifact@v4
with:
path: ${{ runner.temp }}
path: ${{ runner.temp }}/digests
merge-multiple: true

- name: Metadata for container
Expand All @@ -123,7 +123,7 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}}
- name: Create manifest list and push
working-directory: ${{ runner.temp }}
working-directory: ${{ runner.temp }}/digests
run: |
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf 'ghcr.io/${{ github.repository }}@sha256:%s ' *)
Expand Down

0 comments on commit 3a38e16

Please sign in to comment.