Skip to content

Commit

Permalink
Copy release artifacts differently due to deadlock when using outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-nick committed Nov 7, 2024
1 parent 37f6cbf commit 2baee09
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,16 @@ jobs:
- name: Build release packages
uses: docker/build-push-action@v6
with:
outputs: |
type=local,dest=/tmp/artifacts
tags: |
util_caching_release
push: false
target: release

- name: Copy release packages
run: |
mkdir -p /tmp/artifacts/
docker run --rm -v /tmp/artifacts:/tmp/artifacts util_caching_release cp -r /release /tmp/artifacts/
- name: Create Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 2baee09

Please sign in to comment.