Skip to content
Snippets Groups Projects
Verified Commit 7ab03091 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(images): Fix wrong release file location

parent ac9ed727
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ container-build-release:
name: gcr.io/kaniko-project/executor:v1.9.0-debug
entrypoint: [""]
script:
- export $(cat "${CI_PROJECT_DIR}/images/.release")
- export $(cat "${CI_PROJECT_DIR}/images/${IMAGE}/.release")
- /kaniko/executor
--context "${CI_PROJECT_DIR}/images/${IMAGE}"
--dockerfile "${CI_PROJECT_DIR}/images/${IMAGE}/Dockerfile"
......
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