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

Use CI_PROJECT_PATH_SLUG for image path

Use CI_PROJECT_PATH_SLUG instead of CI_PROJECT_PATH in docker image path, since
the registry path must be lowercase.
parent 3d578398
No related branches found
No related tags found
No related merge requests found
Pipeline #
image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/doxec:latest
image: ${CI_REGISTRY}/${CI_PROJECT_PATH_SLUG}/doxec:latest
stages:
- test
......
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