From b53faee19a5a616e84cd4c0d572aaaa696fe714d Mon Sep 17 00:00:00 2001 From: David Mehren Date: Mon, 14 Jun 2021 23:03:04 +0200 Subject: [PATCH] Add missing build args --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bab2995..6906687 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,7 @@ build-main: - docker push "$CI_REGISTRY_IMAGE:stage-src-branch-$CI_COMMIT_REF_SLUG" - docker build --build-arg BUILDKIT_INLINE_CACHE=1 + --build-arg LDAP_PLUGIN_URL="${LDAP_PLUGIN_URL}" --pull --cache-from $CI_REGISTRY_IMAGE:stage-texlive-update --target texlive-update @@ -36,6 +37,7 @@ build-main: - docker push "$CI_REGISTRY_IMAGE:stage-texlive-update-branch-$CI_COMMIT_REF_SLUG" - docker build --build-arg BUILDKIT_INLINE_CACHE=1 + --build-arg LDAP_PLUGIN_URL="${LDAP_PLUGIN_URL}" --build-arg login_text="${LOGIN_TEXT}" --build-arg collab_text="${COLLAB_TEXT}" --pull