mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +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
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ steps:
|
||||||
repo: dessalines/lemmy-ui
|
repo: dessalines/lemmy-ui
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
auto_tag: true
|
tag: ${CI_COMMIT_TAG}
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue