Merge branch 'Xbird/DockerHubSupport' into 'main'

Docker HUB

See merge request gamexperience/vision!24
This commit is contained in:
Xbird
2022-04-13 19:34:53 +00:00

View File

@@ -73,7 +73,7 @@ publish:
- docker build -f ./Dockerfile -t $registry_host/$registry_img:$APP_VERSION . - docker build -f ./Dockerfile -t $registry_host/$registry_img:$APP_VERSION .
- docker push $registry_host/$registry_img:$APP_VERSION - docker push $registry_host/$registry_img:$APP_VERSION
- docker logout $registry_host - docker logout $registry_host
- docker images
- docker login $docker_host -u $docker_user -p $docker_pass - docker login $docker_host -u $docker_user -p $docker_pass
- docker tag $registry_host/$registry_img:$APP_VERSION $docker_img:$APP_VERSION
- docker tag $registry_host/$registry_img:$APP_VERSION $docker_img - docker tag $registry_host/$registry_img:$APP_VERSION $docker_img
- docker push $docker_img - docker push $docker_img