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

trigger pipeline

parent 2d4eb4bd
No related branches found
No related tags found
No related merge requests found
Pipeline #68444 failed
......@@ -49,6 +49,7 @@ job_build_and_publish_image:
script:
- echo "Publishing artifact ..."
- ls -al
- TAG=$CI_COMMIT_REF_SLUG
- docker build --file ./Dockerfile --tag "${CI_REGISTRY_IMAGE}:$TAG"
- docker push "$CI_REGISTRY_IMAGE:$TAG"
after_script:
......
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