We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7331731 commit a302922Copy full SHA for a302922
.woodpecker/.release.yml
@@ -1,10 +1,10 @@
1
pipeline:
2
- build-and-push:
+ build-and-release:
3
image: plugins/docker
4
secrets: [ docker_username, docker_password ]
5
settings:
6
repo: redpencil/virtuoso
7
- tags: ${CI_REPO_TAG##v} # strips v from the tag
+ tags: ${CI_COMMIT_TAG##v} # strips v from the tag
8
when:
9
event: tag
10
tag: v*
0 commit comments