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:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build docker images
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: ./.github/workflows/docker-build.yml
|
||||
sb-server:
|
||||
uses: ./.github/workflows/docker-build.yml
|
||||
with:
|
||||
name: "sb-server"
|
||||
username: "ajayyy"
|
||||
folder: "."
|
||||
secrets:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: ./.github/workflows/docker-build.yml
|
||||
sb-client:
|
||||
uses: ./.github/workflows/docker-build.yml
|
||||
with:
|
||||
name: "rsync-host"
|
||||
username: "ajayyy"
|
||||
|
|
Loading…
Reference in a new issue