This commit is contained in:
Andreas Neue 2022-09-20 14:12:48 +02:00
parent 4b9117f942
commit 2547d5c1fe

View file

@ -31,7 +31,6 @@ post-deploy-docker:
pull-compose:
@- echo "\n### pulling image(s)"
@- $(foreach ctx,$(DEPLOY_HOSTS), \
docker context use $(ctx); \
docker context use $(ctx); \
if test $(DOCKER_LOGIN) -eq 1 ; \
then \