Skip to content

Merge branch 'master' of https://github.com/ajayyy/SponsorBlockServer #62

Merge branch 'master' of https://github.com/ajayyy/SponsorBlockServer

Merge branch 'master' of https://github.com/ajayyy/SponsorBlockServer #62

Workflow file for this run

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 }}