Skip to content
Snippets Groups Projects
Commit 0c1a722b authored by Bartosz Walkowiak's avatar Bartosz Walkowiak
Browse files

Merge branch 'ci-cd' into 'master'

Ci cd

See merge request !1
parents c0b0ad6e 36259f4f
1 merge request!1Ci cd
Pipeline #13636 canceled with stage
image: docker:18.09.7
stages:
- build
build_image:
stage: build
services:
- docker:18.09.7-dind
script:
- docker build -t $CI_REGISTRY_IMAGE .
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker push $CI_REGISTRY_IMAGE
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment