diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6da3e2a..e980a3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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