mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 06:36:14 +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
|
@ -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