diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c8fece..bb7c22f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,4 +22,8 @@ build: - docker tag frontend:$CI_COMMIT_SHORT_SHA $CI_REGISTRY/taskboard/frontend:latest - docker push $CI_REGISTRY/taskboard/frontend:latest tags: - - frontend \ No newline at end of file + - frontend + only: + refs: + - tags + - master