Add missing build args

This commit is contained in:
David Mehren 2021-06-14 23:03:04 +02:00
parent f3de760e9f
commit b53faee19a
No known key found for this signature in database
GPG Key ID: 185982BA4C42B7C3
1 changed files with 2 additions and 0 deletions

View File

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