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

update the docker hub url

parent 0931630f
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ build: ...@@ -11,7 +11,7 @@ build:
- docker:dind - docker:dind
stage: build stage: build
script: script:
- docker login -u $DOCKERHUBUSER -p $DOCHERHUBPASSWORD hub.docker.com - docker login -u $DOCKERHUBUSER -p $DOCHERHUBPASSWORD docker.io
- docker build --tag=tes . - docker build --tag=tes .
- docker push l1ll1/tes:latest - docker push l1ll1/tes:latest
artifacts: artifacts:
......
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