]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/workflows/docker.yml
Add ability to disable p2p in embed with URL
[github/Chocobozzz/PeerTube.git] / .github / workflows / docker.yml
index 7afe641b308562fa8ccffbb3e581bc7335aa7c45..ebd9f99a5de5f9e52e43c7c9012163b20206412f 100644 (file)
@@ -25,7 +25,7 @@ jobs:
           git fetch --force --tags
 
           one="{ \"file\": \"./support/docker/production/Dockerfile.bullseye\", \"ref\": \"develop\", \"tags\": \"chocobozzz/peertube:develop-bullseye\" }"
-          two="{ \"file\": \"./support/docker/production/Dockerfile.buster\", \"ref\": \"master\", \"tags\": \"chocobozzz/peertube:production-buster,chocobozzz/peertube:$(git describe --abbrev=0)-buster\" }"
+          two="{ \"file\": \"./support/docker/production/Dockerfile.bullseye\", \"ref\": \"master\", \"tags\": \"chocobozzz/peertube:production-bullseye,chocobozzz/peertube:$(git describe --abbrev=0)-bullseye\" }"
           three="{ \"file\": \"./support/docker/production/Dockerfile.nginx\", \"ref\": \"master\", \"tags\": \"chocobozzz/peertube-webserver:latest\" }"
 
           matrix="[$one,$two,$three]"