mirror of
https://git.chefkoch.net/pub/make-deploy
synced 2025-05-15 20:13:22 +00:00
docker login if needed
This commit is contained in:
parent
41c22f62ab
commit
c6683de2b3
1 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@ pull-compose:
|
|||
@- echo "\n### pulling image(s)"
|
||||
@- $(foreach ctx,$(DEPLOY_HOSTS), \
|
||||
docker context use $(ctx); \
|
||||
if [ $(DOCKER_LOGIN) == 'true' ] then docker login -u $(DOCKER_USER) -p $(DOCKER_PASS) $(DOCKER_REGISTRY) fi; \
|
||||
docker pull $(DOCKER_IMAGE); \
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue