Skip to content

Commit

Permalink
Fix typo on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
muzuke committed Sep 11, 2024
1 parent 3b2ae05 commit f898a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Prepare
run: |
mkdir -p /tmp/images
platform=${{ matrix.platform }}
platform=${{ matrix.arch }}
echo "TARFILE=${platform}.tar" >> $GITHUB_ENV
echo "TAG=${{ env.TMP_LOCAL_IMAGE }}:${platform}" >> $GITHUB_ENV
- name: Set up Docker Buildx
Expand All @@ -162,7 +162,7 @@ jobs:
- name: Upload images
uses: RDXWorks-actions/upload-artifact-v4@main
with:
name: images
name: images-${{ matrix.arch }}
path: /tmp/images/${{ env.TARFILE }}
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit f898a2b

Please sign in to comment.