build: publish to official docker image

This commit is contained in:
Jonas Gloning 2023-02-14 18:47:21 +01:00
parent 68a3398f54
commit fc32289d65
No known key found for this signature in database
GPG Key ID: 684639B5E59E7614

View File

@ -22,7 +22,7 @@
"{{major}}.{{minor}}-{{#if prerelease.[0]}}{{prerelease.[0]}}{{else}}latest{{/if}}",
"{{version}}"
],
"dockerImage": "peerjs-server-test",
"dockerImage": "peerjs-server",
"dockerFile": "Dockerfile",
"dockerProject": "peerjs"
}