Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
45b69f0d40 |
@@ -10,6 +10,7 @@ variables:
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
# - test
|
# - test
|
||||||
|
- push
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
before_script:
|
before_script:
|
||||||
@@ -52,3 +53,10 @@ Build_Tag:
|
|||||||
--push
|
--push
|
||||||
.
|
.
|
||||||
- docker images
|
- docker images
|
||||||
|
|
||||||
|
# PUSH
|
||||||
|
Push:
|
||||||
|
stage: push
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
trigger: rehashedsalt/ansible
|
||||||
|
Reference in New Issue
Block a user