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:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user