diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7bef508d1..e7be01f51 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml | |||
@@ -29,7 +29,7 @@ jobs: | |||
29 | three="{ \"file\": \"./support/docker/production/Dockerfile.nginx\", \"ref\": \"master\", \"tags\": \"chocobozzz/peertube-webserver: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 "name=matrix::{\"include\":$(echo $matrix)}" >> $GITHUB_OUTPUT | 32 | echo "matrix={\"include\":$matrix}" >> $GITHUB_OUTPUT |
33 | 33 | ||
34 | docker: | 34 | docker: |
35 | runs-on: ubuntu-latest | 35 | runs-on: ubuntu-latest |