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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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