From 9cd152b06da94ae5f2a3b68cc65ffc0365112ed9 Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 4 Oct 2022 18:18:16 +0300 Subject: [PATCH] with registry auth --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03ae9f8..6875d64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ deploy-dev: when: on_success - when: manual script: - - docker stack deploy -c ./.deploy/deploy-dev.yaml b-jokes + - docker stack deploy --with-registry-auth -c ./.deploy/deploy-dev.yaml b-jokes deploy-prod: extends: @@ -43,4 +43,4 @@ deploy-prod: - master when: manual script: - - docker stack deploy -c ./.deploy/deploy-prod.yaml b-jokes + - docker stack deploy --with-registry-auth -c ./.deploy/deploy-prod.yaml b-jokes