aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/docker.yml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-03 10:24:33 +0100
committerChocobozzz <me@florianbigard.com>2021-12-03 10:24:33 +0100
commitbdb4cc80c3d90fccfe5ed2a0f1a4837882a46b8f (patch)
tree5059718836091dd2e6766e3837fb4880a7a787b3 /.github/workflows/docker.yml
parent63a3d336f6cc9a293a07fdc12d6bdfb86cfc2fd5 (diff)
downloadPeerTube-bdb4cc80c3d90fccfe5ed2a0f1a4837882a46b8f.tar.gz
PeerTube-bdb4cc80c3d90fccfe5ed2a0f1a4837882a46b8f.tar.zst
PeerTube-bdb4cc80c3d90fccfe5ed2a0f1a4837882a46b8f.zip
Move CI on develop
Diffstat (limited to '.github/workflows/docker.yml')
-rw-r--r--.github/workflows/docker.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index b4ff1a452..7afe641b3 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -24,9 +24,9 @@ jobs:
24 # FIXME: https://github.com/actions/checkout/issues/290 24 # FIXME: https://github.com/actions/checkout/issues/290
25 git fetch --force --tags 25 git fetch --force --tags
26 26
27 one="{ \"file\": \"./support/docker/production/Dockerfile.bullseye\", \"ref\": \"develop\", \"tags\": \"chocobozzz/peertube-test:develop-bullseye\" }" 27 one="{ \"file\": \"./support/docker/production/Dockerfile.bullseye\", \"ref\": \"develop\", \"tags\": \"chocobozzz/peertube:develop-bullseye\" }"
28 two="{ \"file\": \"./support/docker/production/Dockerfile.buster\", \"ref\": \"master\", \"tags\": \"chocobozzz/peertube-test:production-buster,chocobozzz/peertube-test:$(git describe --abbrev=0)-buster\" }" 28 two="{ \"file\": \"./support/docker/production/Dockerfile.buster\", \"ref\": \"master\", \"tags\": \"chocobozzz/peertube:production-buster,chocobozzz/peertube:$(git describe --abbrev=0)-buster\" }"
29 three="{ \"file\": \"./support/docker/production/Dockerfile.nginx\", \"ref\": \"master\", \"tags\": \"chocobozzz/peertube-webserver-test:latest\" }" 29 three="{ \"file\": \"./support/docker/production/Dockerfile.nginx\", \"ref\": \"master\", \"tags\": \"chocobozzz/peertube-webserver:latest\" }"
30 30
31 matrix="[$one,$two,$three]" 31 matrix="[$one,$two,$three]"
32 echo ::set-output name=matrix::{\"include\":$(echo $matrix)} 32 echo ::set-output name=matrix::{\"include\":$(echo $matrix)}