ci: Fix docker image pushing to Docker Hub (#7548)

* add actions file

* nit

* add multi-platform

* add buildx

* reduce platforms

* remove arm7

* add back arm7

* add missing archs

* remove failing image

* add back in linux/s390x

* switch image name to parse-server

* remove failing images

* nit spelling

* Nit

* add comment about nightly builds
This commit is contained in:
Corey
2021-09-07 08:35:03 -04:00
committed by GitHub
parent 5ab974dcd4
commit 24e9bdc639
3 changed files with 59 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ export class ParseWebSocketServer {
config.server = server;
const wss = loadAdapter(config.wssAdapter, WSAdapter, config);
wss.onListen = () => {
logger.info('Parse LiveQuery Server starts running');
logger.info('Parse LiveQuery Server started running');
};
wss.onConnection = ws => {
ws.on('error', error => {