Skip to content
Snippets Groups Projects

Tut01

Closed Yana Kernerman requested to merge s92604/devops-webservice:tut01 into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -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:
Loading