Skip to content

Commit

Permalink
Fix script setting tags
Browse files Browse the repository at this point in the history
  • Loading branch information
muzuke committed Sep 11, 2024
1 parent 2c3ca0e commit 3b2ae05
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 @@ -145,8 +145,8 @@ jobs:
run: |
mkdir -p /tmp/images
platform=${{ matrix.platform }}
echo "TARFILE=${platform//\//-}.tar" >> $GITHUB_ENV
echo "TAG=${{ env.TMP_LOCAL_IMAGE }}:${platform//\//-}" >> $GITHUB_ENV
echo "TARFILE=${platform}.tar" >> $GITHUB_ENV
echo "TAG=${{ env.TMP_LOCAL_IMAGE }}:${platform}" >> $GITHUB_ENV
- name: Set up Docker Buildx
uses: RDXWorks-actions/setup-buildx-action@master
- name: Build
Expand Down

0 comments on commit 3b2ae05

Please sign in to comment.