Skip to content
Snippets Groups Projects
Commit de69f81d authored by Dominic Klinger's avatar Dominic Klinger
Browse files

Fix tag in pipeline

parent d90ea2e3
No related branches found
No related tags found
No related merge requests found
Pipeline #273582 passed
......@@ -15,7 +15,7 @@ build:
- /kaniko/executor
--context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:${tag}"
--destination "${CI_REGISTRY_IMAGE}${tag}"
rules:
- if: $CI_COMMIT_BRANCH
exists:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment