Skip to content
Snippets Groups Projects
Commit 5a55548f authored by Gábor Tóth's avatar Gábor Tóth
Browse files

Fix gitlab CI

parent 56d590f6
No related branches found
No related tags found
No related merge requests found
Pipeline #50730 passed
...@@ -14,7 +14,7 @@ build: ...@@ -14,7 +14,7 @@ build:
- echo "{\"auths\":{\"harbor.sch.bme.hu\":{\"username\":\"$REGISTRY_USER\",\"password\":\"$REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json - echo "{\"auths\":{\"harbor.sch.bme.hu\":{\"username\":\"$REGISTRY_USER\",\"password\":\"$REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor - /kaniko/executor
--context "${CI_PROJECT_DIR}" --context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/dockerfile" --dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CONTAINER_IMAGE}:$CI_COMMIT_REF_NAME" --destination "${CONTAINER_IMAGE}:$CI_COMMIT_REF_NAME"
--destination "${CONTAINER_IMAGE}:latest" --destination "${CONTAINER_IMAGE}:latest"
only: only:
......
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