Skip to content
Snippets Groups Projects
Commit ac0aa312 authored by surkat's avatar surkat
Browse files

experiment with registry

parent 39298030
Branches
No related tags found
No related merge requests found
Pipeline #207346 failed
......@@ -27,7 +27,7 @@ build:
# use previous image as a cache to speedup build process
# - docker pull $CI_REGISTRY_IMAGE:latest || true
# use git tag to tag the image
- docker build -f Dockerfile --tag $CI_REGISTRY_IMAGE:latest .
- docker build -f GitlabDockerfile --tag $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY_IMAGE:latest
- docker -v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment