build(docker): Push websocket image (#22181)

This commit is contained in:
Yann Jouanique
2022-11-24 17:10:57 +01:00
committed by GitHub
parent 2e650eaebe
commit 7408676019

View File

@@ -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