Skip to content

Commit a302922

Browse files
committed
change pipeline name
1 parent 7331731 commit a302922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.woodpecker/.release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pipeline:
2-
build-and-push:
2+
build-and-release:
33
image: plugins/docker
44
secrets: [ docker_username, docker_password ]
55
settings:
66
repo: redpencil/virtuoso
7-
tags: ${CI_REPO_TAG##v} # strips v from the tag
7+
tags: ${CI_COMMIT_TAG##v} # strips v from the tag
88
when:
99
event: tag
1010
tag: v*

0 commit comments

Comments
 (0)