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