Skip to content

Commit

Permalink
download (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaridas authored Feb 12, 2025
1 parent 8f7e50b commit d6279b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Download images
uses: actions/download-artifact@v4
with:
name: images-*
pattern: images-*
merge-multiple: true
path: /tmp/images
- name: Load images
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-hub-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Download images
uses: actions/download-artifact@v4
with:
name: images-*
pattern: images-*
merge-multiple: true
path: /tmp/images
- name: Load images
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-hub-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Download images
uses: actions/download-artifact@v4
with:
name: images-*
pattern: images-*
merge-multiple: true
path: /tmp/images

Expand Down

0 comments on commit d6279b3

Please sign in to comment.