Skip to content
Snippets Groups Projects
Verified Commit 36f32e60 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

try to fix pipeline

parent f4628df0
No related branches found
No related tags found
1 merge request!4Feat/dashboard modals
Pipeline #9165 passed with stages
in 3 minutes and 3 seconds
......@@ -36,5 +36,5 @@ build-container:
- cp deployment/nginx.conf web-build
- cd web-build
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor --cache=true --context ${CI_PROJECT_DIR}/web-build --destination ${CI_REGISTRY_IMAGE}/${KANIKO_BUILD_IMAGENAME}:${CI_COMMIT_REF_NAME}
- /kaniko/executor --cache=true --context ${CI_PROJECT_DIR}/web-build --destination ${CI_REGISTRY_IMAGE}/${KANIKO_BUILD_IMAGENAME}:${CI_COMMIT_REF_SLUG}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment