mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 09:34:16 +00:00
Dont push to :latest docker tag (#2171)
* Dont push to :latest docker tag Same as https://github.com/LemmyNet/lemmy/pull/4016 * Adding tag. --------- Co-authored-by: Dessalines <tyhou13@gmx.com>
This commit is contained in:
parent
a2473680d4
commit
a4b09b14e4
|
@ -29,7 +29,7 @@ steps:
|
|||
repo: dessalines/lemmy-ui
|
||||
dockerfile: Dockerfile
|
||||
platforms: linux/amd64
|
||||
auto_tag: true
|
||||
tag: ${CI_COMMIT_TAG}
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
|
Loading…
Reference in a new issue