X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2Fworkflows%2Fdocker.yml;h=ebd9f99a5de5f9e52e43c7c9012163b20206412f;hb=85302118227bad232afdebb84a5c245f862366bd;hp=7afe641b308562fa8ccffbb3e581bc7335aa7c45;hpb=d1a233d8d86ead1e3aa2350d5480eab3336b17d6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7afe641b3..ebd9f99a5 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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]"