Skip to content
Snippets Groups Projects
Commit d5125309 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed api url

parent b3d3337b
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
......@@ -18,7 +18,7 @@ cleanup_composer_image:
stage: build_docker_images
image: curlimages/curl
script:
- 'curl -X DELETE --fail -H "JOB-TOKEN: $CI_JOB_TOKEN" "$CI_API_V4_URL/api/v4/projects/$CI_PROJECT_ID/registry/repositories/418/tags/${CI_REGISTRY_IMAGE}/$DOCKER_FPM_IMAGE_NAME:$DOCKER_COMPOSER_IMAGE_TAG"'
- 'curl -X DELETE --fail -H "JOB-TOKEN: $CI_JOB_TOKEN" "$CI_API_V4_URL/projects/$CI_PROJECT_ID/registry/repositories/418/tags/${CI_REGISTRY_IMAGE}/$DOCKER_FPM_IMAGE_NAME:$DOCKER_COMPOSER_IMAGE_TAG"'
nginx:
stage: build_docker_images
......
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