Skip to content

Merge pull request #1 from tweedegolf/dependabot/github_actions/actio… #24

Merge pull request #1 from tweedegolf/dependabot/github_actions/actio…

Merge pull request #1 from tweedegolf/dependabot/github_actions/actio… #24

Workflow file for this run

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