Skip to content
Snippets Groups Projects

Tut01

Closed Yana Kernerman requested to merge s92604/devops-webservice:tut01 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -50,5 +50,5 @@ job_build_and_publish_image:
- echo "Publishing artifact ..."
- ls -al
- TAG=$CI_COMMIT_REF_SLUG
- docker build --file ./Dockerfile --tag "$CI_REGISTRY_IMAGE:$TAG"
- docker build --file ./Dockerfile --tag "$CI_REGISTRY_IMAGE:$TAG" .
- docker push "$CI_REGISTRY_IMAGE:$TAG"
\ No newline at end of file
Loading