Skip to content

Merge pull request #27 from webcomics/merge-workflows #84

Merge pull request #27 from webcomics/merge-workflows

Merge pull request #27 from webcomics/merge-workflows #84

Workflow file for this run

---
name: Docker image
on:
push:
branches:
- main
schedule:
- cron: '11 1 18 * *'
workflow_dispatch:
permissions:
contents: read
jobs:
build:
uses: ./.github/workflows/build.yaml
with:
push: true
secrets: inherit