mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 14:07:09 +03:00
Fix docker building workflow
This commit is contained in:
10
.github/workflows/sb-server.yml
vendored
10
.github/workflows/sb-server.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: sb-runner
|
name: Docker image builds
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -7,14 +7,18 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/docker-build.yml
|
name: Build docker images
|
||||||
|
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
|
- uses: ./.github/workflows/docker-build.yml
|
||||||
with:
|
with:
|
||||||
name: "rsync-host"
|
name: "rsync-host"
|
||||||
username: "ajayyy"
|
username: "ajayyy"
|
||||||
|
|||||||
Reference in New Issue
Block a user