Dont create :latest docker tag (fixes #3996) (#4016)

* 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:
Nutomic 2023-10-05 00:34:56 +02:00 committed by GitHub
parent 6950dd90e5
commit 5ef4807d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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