Skip to content

Allow manual cleanup workflow runs #15

Allow manual cleanup workflow runs

Allow manual cleanup workflow runs #15

Workflow file for this run

name: Build and push
permissions:
contents: read
packages: write
on:
push:
branches:
- main
schedule:
- cron: '15 2 * * SUN'
jobs:
build-and-push:
uses: ./.github/workflows/docker.yml
secrets: inherit