Add only 'master' to docker image deployment job

This commit is contained in:
Matej Sima 2019-05-27 18:47:10 +02:00
parent c7853aa2d5
commit d83d8a5449

View File

@ -98,6 +98,9 @@ build-and-publish-latest-docker-image:
after_script:
- docker login -u $LIGO_REGISTRY_USER -p $LIGO_REGISTRY_PASSWORD
- docker push $LIGO_REGISTRY_IMAGE:latest
only:
- master
pages:
stage: build_and_deploy_website