feat: add filter to run relase only when a release tag is created
This commit is contained in:
parent
f05bee2a46
commit
adec715b0e
@ -408,6 +408,11 @@ workflows:
|
||||
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>>
|
||||
docker_context: .
|
||||
- docker-publish:
|
||||
filters:
|
||||
tags:
|
||||
only: /^proxyd\/v.*/
|
||||
branches:
|
||||
ignore: /.*/
|
||||
name: proxyd-docker-publish
|
||||
docker_name: proxyd
|
||||
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>>
|
||||
|
Loading…
Reference in New Issue
Block a user