mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
16 lines
No EOL
318 B
YAML
16 lines
No EOL
318 B
YAML
name: Docker image builds
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
error-server:
|
|
uses: ./.github/workflows/docker-build.yml
|
|
with:
|
|
name: "error-server"
|
|
username: "ajayyy"
|
|
folder: "./containers/error-server"
|
|
secrets:
|
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |