diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 1d7c4fd..e1b1cf9 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -9,7 +9,7 @@ steps: repo: hexlocation/disseminate platforms: linux/amd64 dockerfile: Dockerfile - auto_tag: true + tags: latest ${CI_COMMIT_BRANCH}-${CI_COMMIT_TAG} username: ${docker_username} password: from_secret: docker_password