misc: use the "unstable" tag between releases

In addition the "latest" tag will be gone with the next stable release.

Going forward this is our versioning scheme:

- stable-XXXX: stable release
- unstable: daily unstable rolling release
- unstable-XXXX-YY: daily unstable release
This commit is contained in:
Saúl Ibarra Corretgé
2022-05-30 15:24:15 +02:00
parent 741ec4acdb
commit 2a23095cc4
5 changed files with 12 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ version: '3'
services:
jibri:
image: jitsi/jibri:latest
image: jitsi/jibri:unstable
restart: ${RESTART_POLICY}
volumes:
- ${CONFIG}/jibri:/config:Z