Skip to content
Snippets Groups Projects
Verified Commit c744355f authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Fix image path

parent fe67b670
No related branches found
Tags 0.3.0-rc
No related merge requests found
Pipeline #14043 passed
......@@ -26,4 +26,4 @@ build:
- /kaniko/executor
--context "${CI_PROJECT_DIR}/app"
--dockerfile "${CI_PROJECT_DIR}/app/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}${CI_COMMIT_TAG}"
\ No newline at end of file
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}"
\ No newline at end of file
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