Skip to content
Snippets Groups Projects
Commit 995c0a48 authored by Mart van Santen's avatar Mart van Santen
Browse files

Fix context kaniko

parent 3e384a91
No related branches found
No related tags found
2 merge requests!68Merge loginpanel into main and release 0.5.0,!57Resolve "Add login panel CI/CD to create (docker) image"
Pipeline #9842 failed with stages
in 6 seconds
...@@ -37,7 +37,7 @@ login: ...@@ -37,7 +37,7 @@ login:
needs: [] needs: []
extends: .kaniko_build extends: .kaniko_build
variables: variables:
KANIKO_CONTEXT: login/$CI_JOB_NAME KANIKO_CONTEXT: "login"
KANIKO_BUILD_IMAGENAME: $CI_JOB_NAME KANIKO_BUILD_IMAGENAME: $CI_JOB_NAME
only: only:
changes: changes:
......
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