Skip to content
Snippets Groups Projects
Commit 7e791c3b authored by MOBSIT Khadija's avatar MOBSIT Khadija
Browse files

Update .gitlab-ci.yml file

parent fb7657e2
No related branches found
No related tags found
No related merge requests found
Pipeline #13421 passed
docker-build-master:
image: docker:latest
stage: build
services:
- docker:dind
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE" .
- docker push "$CI_REGISTRY_IMAGE"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment