Skip to content
Snippets Groups Projects
Commit 31a0b4d2 authored by Yana Kernerman's avatar Yana Kernerman
Browse files

trigger pipeline

parent 134e469b
No related branches found
No related tags found
No related merge requests found
Pipeline #68441 failed
...@@ -50,6 +50,6 @@ job_build_and_publish_image: ...@@ -50,6 +50,6 @@ job_build_and_publish_image:
- echo "Publishing artifact ..." - echo "Publishing artifact ..."
- ls -al - ls -al
- docker build --file ./Dockerfile --tag "${CI_REGISTRY_IMAGE}:$TAG" - docker build --file ./Dockerfile --tag "${CI_REGISTRY_IMAGE}:$TAG"
- docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" - docker push "$CI_REGISTRY_IMAGE:$TAG"
after_script: after_script:
- docker rmi "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" - docker rmi "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
\ 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