fix broken MANDATORY parsing

This commit is contained in:
Andreas Neue 2024-07-08 09:11:53 +02:00
parent 938e276821
commit deb24ec5ae
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
ifdef DOCKER_LOGIN
MANDATORY = $(MANDATORY) DOCKER_USER DOCKER_PASS DOCKER_REGISTRY
MANDATORY = $(shell printenv MANDATORY) DOCKER_USER DOCKER_PASS DOCKER_REGISTRY
endif
ifndef DOCKER_LOGIN