mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
* Dont create :latest docker tag (fixes #3996) * ci * Update .woodpecker.yml Co-authored-by: Richard Schwab <mail@w.tf-w.tf> --------- Co-authored-by: Dessalines <dessalines@users.noreply.github.com> Co-authored-by: Richard Schwab <mail@w.tf-w.tf>
This commit is contained in:
parent
6950dd90e5
commit
5ef4807d09
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ steps:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
build_args:
|
||||
- RUST_RELEASE_MODE=release
|
||||
auto_tag: true
|
||||
tag: ${CI_COMMIT_TAG}
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
|
Loading…
Reference in a new issue