Skip to content
Snippets Groups Projects
Commit b75535d4 authored by Kamil Kanclerz's avatar Kamil Kanclerz
Browse files

Fix docker login credentials

parent 1eab75de
Branches
No related merge requests found
Pipeline #2168 failed with stages
in 1 minute and 52 seconds
......@@ -32,7 +32,7 @@ build_image:
- ''
script:
- docker build -t clarinpl/speller2 .
- echo $DOCKER_PASSWORD
- echo $DOCKER_PASSWORD > pass.txt
- cat pass.txt | docker login --username $DOCKER_USERNAME --password-stdin
- rm pass.txt
- docker push clarinpl/speller2
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