Push pipeline image even on master and schedules

pull/9664/head
luksi1 2023-01-09 12:14:22 +01:00 committed by Florian Ruynat
parent 4ad56e2772
commit 754424eca7
1 changed files with 0 additions and 1 deletions

View File

@ -14,4 +14,3 @@ pipeline image:
# DOCKER_HOST is overwritten if we set it as a GitLab variable # DOCKER_HOST is overwritten if we set it as a GitLab variable
- DOCKER_HOST=tcp://docker:2375; docker build --network host --file pipeline.Dockerfile --tag $PIPELINE_IMAGE . - DOCKER_HOST=tcp://docker:2375; docker build --network host --file pipeline.Dockerfile --tag $PIPELINE_IMAGE .
- docker push $PIPELINE_IMAGE - docker push $PIPELINE_IMAGE
except: ['triggers', 'master']