Skip to content

Merge branch 'main' of github.com:tweedegolf/docker-debian-image #5

Merge branch 'main' of github.com:tweedegolf/docker-debian-image

Merge branch 'main' of github.com:tweedegolf/docker-debian-image #5

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