mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Run docker build as two jobs
This commit is contained in:
parent
3341500fdf
commit
1146aac3c2
1 changed files with 16 additions and 19 deletions
11
.github/workflows/sb-server.yml
vendored
11
.github/workflows/sb-server.yml
vendored
|
@ -6,19 +6,16 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
sb-server:
|
||||||
name: Build docker images
|
uses: ./.github/workflows/docker-build.yml
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: ./.github/workflows/docker-build.yml
|
|
||||||
with:
|
with:
|
||||||
name: "sb-server"
|
name: "sb-server"
|
||||||
username: "ajayyy"
|
username: "ajayyy"
|
||||||
folder: "."
|
folder: "."
|
||||||
secrets:
|
secrets:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- uses: ./.github/workflows/docker-build.yml
|
sb-client:
|
||||||
|
uses: ./.github/workflows/docker-build.yml
|
||||||
with:
|
with:
|
||||||
name: "rsync-host"
|
name: "rsync-host"
|
||||||
username: "ajayyy"
|
username: "ajayyy"
|
||||||
|
|
Loading…
Reference in a new issue