Skip to content

Commit

Permalink
fix docker release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pldubouilh committed Dec 22, 2021
1 parent bf4be92 commit cd255a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
file: support/build.Dockerfile
push: true
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
tags: pldubouilh/gossa:latest,pldubouilh/gossa:$GIT_TAG
tags: pldubouilh/gossa:latest,pldubouilh/gossa:${{github.ref_name}}

0 comments on commit cd255a2

Please sign in to comment.