Trigger an Ansible play on pushes

This commit is contained in:
Salt 2021-08-01 14:45:52 -05:00
parent 088f732380
commit 45b69f0d40
1 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,7 @@ variables:
stages:
- build
# - test
- push
services:
- docker:dind
before_script:
@ -52,3 +53,10 @@ Build_Tag:
--push
.
- docker images
# PUSH
Push:
stage: push
only:
- tags
trigger: rehashedsalt/ansible