diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94cfb13..4a11d9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ deploy-dev: when: on_success - when: manual script: - - docker stack deploy -c ./.deploy/deploy-dev.yaml sprint + - docker stack deploy --with-registry-auth -c ./.deploy/deploy-dev.yaml sprint deploy-prod: extends: @@ -44,7 +44,7 @@ deploy-prod: - master when: manual script: - - docker stack deploy -c ./.deploy/deploy-prod.yaml sprint + - docker stack deploy --with-registry-auth -c ./.deploy/deploy-prod.yaml sprint push-runner: extends: @@ -57,4 +57,4 @@ push-runner: when: manual script: - docker build -t mathwave/sprint-runner . - - docker push mathwave/sprint-runner \ No newline at end of file + - docker push mathwave/sprint-runner