Skip to content

Commit

Permalink
Fixed tags for docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreas committed Jan 3, 2025
1 parent 751ca9c commit a8a47d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
#platforms: linux/386,linux/ppc64le,linux/s390x,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
push: true
tags: ${{ steps.version.outputs.version }}
tags: sandreas/m4b-tool:latest,sandreas/m4b-tool:${{ steps.version.outputs.version-without-v }}
build-args: |
REF_NAME=${{ github.ref_name }}
Expand Down

0 comments on commit a8a47d2

Please sign in to comment.