mirror of https://github.com/Chocobozzz/PeerTube
Fix docker ci
parent
fbe3fa54b4
commit
a47bbfcc7f
|
@ -29,7 +29,7 @@ jobs:
|
||||||
three="{ \"file\": \"./support/docker/production/Dockerfile.nginx\", \"ref\": \"master\", \"tags\": \"chocobozzz/peertube-webserver:latest\" }"
|
three="{ \"file\": \"./support/docker/production/Dockerfile.nginx\", \"ref\": \"master\", \"tags\": \"chocobozzz/peertube-webserver:latest\" }"
|
||||||
|
|
||||||
matrix="[$one,$two,$three]"
|
matrix="[$one,$two,$three]"
|
||||||
echo "name=matrix::{\"include\":$(echo $matrix)}" >> $GITHUB_OUTPUT
|
echo "matrix={\"include\":$matrix}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue