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