mirror of
https://github.com/pldubouilh/gossa
synced 2025-12-06 08:22:32 +01:00
fix docker release tag
This commit is contained in:
parent
bf4be929f5
commit
cd255a21f6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -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}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue