From fa69d993418075c49b1ad61c4c342cbd9469476c Mon Sep 17 00:00:00 2001 From: f Date: Tue, 24 Dec 2024 12:05:22 -0300 Subject: [PATCH] BREAKING CHANGE: remove latest tag it tags the last container being built --- .woodpecker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index fb63048..e2533a5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,7 +7,6 @@ steps: repo: "gitea.nulo.in/sutty/CHANGEME" tags: - "${ALPINE_VERSION}" - - "latest" build_args: - "ALPINE_VERSION=${ALPINE_VERSION}" - "BASE_IMAGE=gitea.nulo.in/sutty/monit"