Skip to content
Snippets Groups Projects
Commit 3ee46bce authored by Chris Hines's avatar Chris Hines
Browse files

trying to fix docker

parent 218a801f
No related branches found
No related tags found
4 merge requests!77Revert "disable agressive kill and restart",!35Dev,!22Dev,!20Dev
Pipeline #10235 canceled
......@@ -16,7 +16,7 @@ build:
- echo $DOCKERHUBUSER
- echo $DOCKERHUBPASSWORD
- docker login -u $DOCKERHUBUSER -p $DOCKERHUBPASSWORD docker.io
- docker build --tag=l1ll1/strudel2_backend .
- docker build --tag=l1ll1/strudel2_backend:$CI_COMMIT_BRANCH .
- docker push l1ll1/strudel2_backend:$CI_COMMIT_BRANCH
tags:
- build_strudel2_backend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment