Skip to content

Commit cd255a2

Browse files
committed
fix docker release tag
1 parent bf4be92 commit cd255a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
file: support/build.Dockerfile
3636
push: true
3737
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
38-
tags: pldubouilh/gossa:latest,pldubouilh/gossa:$GIT_TAG
38+
tags: pldubouilh/gossa:latest,pldubouilh/gossa:${{github.ref_name}}
3939

0 commit comments

Comments
 (0)