1 Commits
1.2.7 ... 1.2.8

Author SHA1 Message Date
45b69f0d40 Trigger an Ansible play on pushes 2021-08-01 14:45:52 -05:00

View File

@@ -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