]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Use bullseye for production docker image
authorChocobozzz <me@florianbigard.com>
Mon, 13 Dec 2021 14:46:12 +0000 (15:46 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 13 Dec 2021 14:46:12 +0000 (15:46 +0100)
.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]"