Skip to content
Snippets Groups Projects
Commit 0e959253 authored by Yana Kernerman's avatar Yana Kernerman Committed by Yana Kernerman
Browse files

trigger pipeline

parent d8b8b601
No related branches found
No related tags found
1 merge request!23Tut01 test exercise
This commit is part of merge request !23. Comments created here will be created in the context of that merge request.
......@@ -52,4 +52,4 @@ job_build_and_publish_image:
- docker build --file ./Dockerfile --tag "${CI_REGISTRY_IMAGE}:$TAG"
- docker push "$CI_REGISTRY_IMAGE:$TAG"
after_script:
- docker rmi "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
\ No newline at end of file
- docker image rm --force "${CI_REGISTRY_IMAGE}:$TAG"
\ No newline at end of file
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