diff --git a/.woodpecker/.release.yml b/.woodpecker/.release.yml index d0f38bb..ef505c6 100644 --- a/.woodpecker/.release.yml +++ b/.woodpecker/.release.yml @@ -1,10 +1,10 @@ pipeline: - build-and-push: + build-and-release: image: plugins/docker secrets: [ docker_username, docker_password ] settings: repo: redpencil/virtuoso - tags: ${CI_REPO_TAG##v} # strips v from the tag + tags: ${CI_COMMIT_TAG##v} # strips v from the tag when: event: tag tag: v*