From 5ef4807d09bddea5d7f96da98dc8aa5be1d9ed8a Mon Sep 17 00:00:00 2001 From: Nutomic Date: Thu, 5 Oct 2023 00:34:56 +0200 Subject: [PATCH] Dont create :latest docker tag (fixes #3996) (#4016) * Dont create :latest docker tag (fixes #3996) * ci * Update .woodpecker.yml Co-authored-by: Richard Schwab --------- Co-authored-by: Dessalines Co-authored-by: Richard Schwab --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 49fbe3db..32fa9a9d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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