Skip to content
Snippets Groups Projects
Commit c4f15f74 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Update .gitlab-ci.yml file

parent c003d969
No related branches found
No related tags found
No related merge requests found
Pipeline #1849 passed
dockerize:
stage: build
tags:
- intro-shell
script:
- docker login -u "${CI_REGISTRY_USER}" -p "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}"
- docker build -t "${CI_REGISTRY_IMAGE}" --no-cache .
- docker push "${CI_REGISTRY_IMAGE}"
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