ci(build-docker): force tag to "latest"
With the `auto_tag` option, we would have change the docker images tags based on the project tag.
This commit is contained in:
parent
53b1d5d26a
commit
ce39f3843f
|
@ -28,7 +28,7 @@ pipeline:
|
|||
platforms: *platforms
|
||||
registry: gitea.aireone.xyz
|
||||
repo: *repo
|
||||
auto_tag: true
|
||||
tag: latest
|
||||
username:
|
||||
from_secret: publish_username
|
||||
password:
|
||||
|
|
Loading…
Reference in New Issue