Skip to content

Merge pull request #28 from webcomics/renovate/actions-checkout-6.x #89

Merge pull request #28 from webcomics/renovate/actions-checkout-6.x

Merge pull request #28 from webcomics/renovate/actions-checkout-6.x #89

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