Skip to content

Commit

Permalink
[misc] Fix workflow tag
Browse files Browse the repository at this point in the history
  • Loading branch information
WarningImHack3r committed Aug 26, 2023
1 parent 4342a1b commit 70b726d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: ⚙️ Create image tag
run: echo "TAG=${${{ github.event.release.tag_name }}#v}" >> $GITHUB_ENV

- name: 🏗 Build and push Docker image
uses: docker/build-push-action@v4
env:
TAG: ${${{ github.event.release.tag_name }}#v}
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v8,linux/arm/v7,linux/arm/v6
Expand Down

0 comments on commit 70b726d

Please sign in to comment.