mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-09-10 08:25:33 +08:00
add tag condition for ci
This commit is contained in:
parent
782b39b09d
commit
c5ab795f9c
1 changed files with 4 additions and 1 deletions
|
@ -33,7 +33,10 @@ workflows:
|
|||
version: 2
|
||||
deploy:
|
||||
jobs:
|
||||
- build
|
||||
- build:
|
||||
filters:
|
||||
tags:
|
||||
only: /^v.*/
|
||||
|
||||
orbs:
|
||||
docker: circleci/docker@1.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue