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

Fix CI config

parent c1c4fef0
No related merge requests found
Pipeline #2166 failed with stages
in 1 minute and 39 seconds
......@@ -33,6 +33,6 @@ build_image:
script:
- docker build -t clarinpl/speller2 .
- echo $DOCKER_PASSWORD > pass.txt
- cat pass.txt | docker login --username $DOCKER_USERNAME --password-stdin
- cat pass.txt | docker login -u $DOCKER_USERNAME -p-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