fix relative et registry
This commit is contained in:
parent
a72422f5d6
commit
f45413c7f7
1 changed files with 3 additions and 3 deletions
|
@ -14,6 +14,6 @@ build-push-docker-image-job:
|
|||
services:
|
||||
- docker:dind
|
||||
script:
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- docker build -t $IMAGE_TAG .
|
||||
- docker push $IMAGE_TAG
|
||||
- docker image build --tag docker-registry.dev.jevalide.ca/emoji-flask-app:latest .
|
||||
docker push docker-registry.dev.jevalide.ca/emoji-flask-app:latest
|
||||
|
||||
|
|
Loading…
Reference in a new issue