Skip to content
Snippets Groups Projects
Commit aba458df authored by Paweł Walkowiak's avatar Paweł Walkowiak
Browse files

Update .gitlab-ci.yml to build master

parent 61bbc3bb
Branches
No related tags found
No related merge requests found
Pipeline #11435 passed
......@@ -55,13 +55,11 @@ 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