Skip to content

Commit

Permalink
fix: actions docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Feb 22, 2024
1 parent d9d97ec commit a65446b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Download build artifact
uses: actions/download-artifact@v4
with:
name: production-artifacts-${{matrix.goarch}}
name: production-artifacts-*
merge-multiple: true
- name: Set up Docker Build
uses: docker/setup-buildx-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Download build artifact
uses: actions/download-artifact@v4
with:
name: production-artifacts-${{matrix.goarch}}
name: production-artifacts-*
merge-multiple: true
- name: Set up Docker Build
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit a65446b

Please sign in to comment.