release-0.0.6
This commit is contained in:
@@ -9,7 +9,7 @@ stages:
|
|||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
only:
|
only:
|
||||||
- /^\d+\.\d\.\d$/
|
- /^v.*$/
|
||||||
except:
|
except:
|
||||||
- branches
|
- branches
|
||||||
script:
|
script:
|
||||||
@@ -22,7 +22,7 @@ docker-build-master:
|
|||||||
image: docker:latest
|
image: docker:latest
|
||||||
stage: deploy
|
stage: deploy
|
||||||
only:
|
only:
|
||||||
- /^\d+\.\d\.\d$/
|
- /^v.*$/
|
||||||
except:
|
except:
|
||||||
- branches
|
- branches
|
||||||
services:
|
services:
|
||||||
|
|||||||
Reference in New Issue
Block a user