Skip to content
Snippets Groups Projects
Commit 8a049315 authored by Konrad Wojtasik's avatar Konrad Wojtasik
Browse files

Update .gitlab-ci.yml

parent 6a94b42e
No related branches found
No related tags found
Loading
Pipeline #11440 canceled
......@@ -55,13 +55,10 @@ pages:
build_master:
stage: builds
image: 'docker:18.09.7'
image: docker
only:
- master
services:
- 'docker:18.09.7-dind'
script:
- docker build -t $CI_REGISTRY_IMAGE:latest -f DockerFile .
- docker build --load -t $CI_REGISTRY_IMAGE:latest -f DockerFile .
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker push $CI_REGISTRY_IMAGE:latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment