Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
Add dist/ to download artifact pattern
  • Loading branch information
soruly authored Sep 9, 2024
1 parent a598401 commit 3a51930
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Download all workflow run artifacts
uses: actions/[email protected]
uses: actions/download-artifact@v4
with:
pattern: dist/

- name: Build and push
id: docker_build
Expand Down

0 comments on commit 3a51930

Please sign in to comment.