mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-10 00:30:29 +01:00
add tag condition for ci
This commit is contained in:
parent
782b39b09d
commit
c5ab795f9c
@ -33,7 +33,10 @@ workflows:
|
|||||||
version: 2
|
version: 2
|
||||||
deploy:
|
deploy:
|
||||||
jobs:
|
jobs:
|
||||||
- build
|
- build:
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /^v.*/
|
||||||
|
|
||||||
orbs:
|
orbs:
|
||||||
docker: circleci/docker@1.0.1
|
docker: circleci/docker@1.0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user