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

Use only CI_REGISTRY_IMAGE

Use CI_REGISTRY_IMAGE instead of a combination of CI_REGISTRY and
CI_PROJECT_PATH_SLUG to fix registry image path.
parent 2e7f9751
No related branches found
No related tags found
No related merge requests found
Pipeline #
image: ${CI_REGISTRY}/${CI_PROJECT_PATH_SLUG}/doxec:latest
image: ${CI_REGISTRY_IMAGE}/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