diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f3e6bf7ba7201b979c7e7c82902da0407a9df01d..40521e121b4293362834f9bd29af773c2cdcc703 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,6 +60,8 @@ push:latest: - echo "Ignore warning! Cannot perform an interactive login from a non TTY device" - docker build -t $IMAGE_ORG/$IMAGE_NAME:latest --label COMMIT_SHA=$CI_COMMIT_SHA . - docker push $IMAGE_ORG/$IMAGE_NAME:latest + only: + - master # ----------------------------------------------- # ui --------------------------------------------