Skip to content
Snippets Groups Projects
Commit 1011d498 authored by Damian Raczkowski's avatar Damian Raczkowski
Browse files

Change tag to latest, remove gitlab-registry from branches to launch ci

parent 73571682
No related branches found
No related tags found
1 merge request!4Gitlab registry
Pipeline #13453 passed
......@@ -20,12 +20,11 @@ build_image:
image: 'docker:18.09.7'
only:
- master
- gitlab-registry
services:
- 'docker:18.09.7-dind'
before_script:
- ''
script:
- docker build -t $CI_REGISTRY_IMAGE:test .
- docker build -t $CI_REGISTRY_IMAGE .
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- 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