We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4be92 commit cd255a2Copy full SHA for cd255a2
.github/workflows/deploy.yml
@@ -35,5 +35,5 @@ jobs:
35
file: support/build.Dockerfile
36
push: true
37
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
38
- tags: pldubouilh/gossa:latest,pldubouilh/gossa:$GIT_TAG
+ tags: pldubouilh/gossa:latest,pldubouilh/gossa:${{github.ref_name}}
39
0 commit comments