Skip to content

Commit

Permalink
Forgot to set correct target tag after copy-pasting CI :3 Pt. 4
Browse files Browse the repository at this point in the history
  • Loading branch information
spectrapulse committed Nov 8, 2024
1 parent 9791deb commit 1ad03e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
merge:
runs-on: ubuntu-20.04
needs: [ build ]
env:
IMAGE: ${{ env.IMAGE_TAG }}
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v3
Expand All @@ -62,4 +60,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- run: |
docker buildx imagetools create \
--tag ${IMAGE}:latest ${IMAGE}:{amd64,i386,arm{32v{6,7},64v8}}
--tag ${{ env.IMAGE_TAG }}:latest ${{ env.IMAGE_TAG }}:{amd64,i386,arm{32v{6,7},64v8}}

0 comments on commit 1ad03e9

Please sign in to comment.