mirror of https://github.com/LemmyNet/lemmy.git
* 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>startup-error-503-comment
parent
6950dd90e5
commit
5ef4807d09
|
@ -242,7 +242,7 @@ steps:
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
build_args:
|
build_args:
|
||||||
- RUST_RELEASE_MODE=release
|
- RUST_RELEASE_MODE=release
|
||||||
auto_tag: true
|
tag: ${CI_COMMIT_TAG}
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue