build(docker): Push websocket image (#22181)
This commit is contained in:
parent
2e650eaebe
commit
7408676019
|
|
@ -90,4 +90,5 @@ else
|
|||
docker logout
|
||||
docker login --username "${DOCKERHUB_USER}" --password "${DOCKERHUB_TOKEN}"
|
||||
docker push --all-tags "${REPO_NAME}"
|
||||
docker push --all-tags "${REPO_NAME}-websocket"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue