mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-09 04:57:04 +03:00
Fix docker building workflow
This commit is contained in:
34
.github/workflows/sb-server.yml
vendored
34
.github/workflows/sb-server.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: sb-runner
|
name: Docker image builds
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -7,17 +7,21 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/docker-build.yml
|
name: Build docker images
|
||||||
with:
|
runs-on: ubuntu-latest
|
||||||
name: "sb-server"
|
|
||||||
username: "ajayyy"
|
steps:
|
||||||
folder: "."
|
- uses: ./.github/workflows/docker-build.yml
|
||||||
secrets:
|
with:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
name: "sb-server"
|
||||||
uses: ./.github/workflows/docker-build.yml
|
username: "ajayyy"
|
||||||
with:
|
folder: "."
|
||||||
name: "rsync-host"
|
secrets:
|
||||||
username: "ajayyy"
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
folder: "./rsync"
|
- uses: ./.github/workflows/docker-build.yml
|
||||||
secrets:
|
with:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
name: "rsync-host"
|
||||||
|
username: "ajayyy"
|
||||||
|
folder: "./rsync"
|
||||||
|
secrets:
|
||||||
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
Reference in New Issue
Block a user