Skip to content

Commit

Permalink
change pipeline name
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdk committed Apr 12, 2023
1 parent 7331731 commit a302922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .woodpecker/.release.yml
Original file line number Diff line number Diff line change
@@ -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*

0 comments on commit a302922

Please sign in to comment.