Skip to content

Commit

Permalink
Add more arifacts for images
Browse files Browse the repository at this point in the history
  • Loading branch information
muzuke committed Sep 22, 2024
1 parent 1f81cd2 commit 8f07e2e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docker-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,14 @@ jobs:
type=semver,pattern={{major}}
type=sha
- uses: RDXWorks-actions/download-artifact-v4@main
name: Download images
name: Download images (amd64)
with:
name: images
name: images-amd64
path: /tmp/images
- uses: RDXWorks-actions/download-artifact-v4@main
name: Download images (arm64)
with:
name: images-arm64
path: /tmp/images
- name: Load images
run: |
Expand Down

0 comments on commit 8f07e2e

Please sign in to comment.