with registry auth

This commit is contained in:
Administrator 2022-10-04 18:18:16 +03:00
parent e4651f6fed
commit 9cd152b06d

View File

@ -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