Skip to content
Snippets Groups Projects
Commit c876a79d authored by Mateusz Gniewkowski's avatar Mateusz Gniewkowski
Browse files

Merge branch 'develop' into 'master'

Develop

See merge request !4
parents bc22d00d 0f811e52
Branches
Tags
1 merge request!4Develop
Pipeline #2755 passed with stage
in 4 minutes and 27 seconds
stages:
- build
build_image:
stage: build
image: docker:18.09.7
only:
- master
services:
- 'docker:18.09.7-dind'
script:
- docker build -t clarinpl/spejd .
- echo $DOCKER_PASSWORD > pass.txt
- cat pass.txt | docker login --username $DOCKER_USERNAME --password-stdin
- rm pass.txt
- docker push clarinpl/spejd
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