Skip to content
Snippets Groups Projects
Verified Commit b53faee1 authored by David Mehren's avatar David Mehren
Browse files

Add missing build args

parent f3de760e
No related branches found
No related tags found
No related merge requests found
Pipeline #26762 passed
...@@ -27,6 +27,7 @@ build-main: ...@@ -27,6 +27,7 @@ build-main:
- docker push "$CI_REGISTRY_IMAGE:stage-src-branch-$CI_COMMIT_REF_SLUG" - docker push "$CI_REGISTRY_IMAGE:stage-src-branch-$CI_COMMIT_REF_SLUG"
- docker build - docker build
--build-arg BUILDKIT_INLINE_CACHE=1 --build-arg BUILDKIT_INLINE_CACHE=1
--build-arg LDAP_PLUGIN_URL="${LDAP_PLUGIN_URL}"
--pull --pull
--cache-from $CI_REGISTRY_IMAGE:stage-texlive-update --cache-from $CI_REGISTRY_IMAGE:stage-texlive-update
--target texlive-update --target texlive-update
...@@ -36,6 +37,7 @@ build-main: ...@@ -36,6 +37,7 @@ build-main:
- docker push "$CI_REGISTRY_IMAGE:stage-texlive-update-branch-$CI_COMMIT_REF_SLUG" - docker push "$CI_REGISTRY_IMAGE:stage-texlive-update-branch-$CI_COMMIT_REF_SLUG"
- docker build - docker build
--build-arg BUILDKIT_INLINE_CACHE=1 --build-arg BUILDKIT_INLINE_CACHE=1
--build-arg LDAP_PLUGIN_URL="${LDAP_PLUGIN_URL}"
--build-arg login_text="${LOGIN_TEXT}" --build-arg login_text="${LOGIN_TEXT}"
--build-arg collab_text="${COLLAB_TEXT}" --build-arg collab_text="${COLLAB_TEXT}"
--pull --pull
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment