change docker push for docker hub

This commit is contained in:
Xbird
2022-04-13 20:31:23 +02:00
parent cdfd9675b5
commit 4645f142ad

View File

@@ -74,4 +74,5 @@ publish:
- docker push $registry_host/$registry_img:$APP_VERSION
- docker logout $registry_host
- docker login $docker_host -u $docker_user -p $docker_pass
- docker tag $registry_host/$registry_img:$APP_VERSION $docker_img:$APP_VERSION
- docker push $docker_img:$APP_VERSION