Run docker workflow once a week (#409)

This commit is contained in:
Luke Vella 2023-01-19 17:44:02 +00:00 committed by GitHub
parent d09aed1029
commit d19d9c6e30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,8 @@
name: Build and publish Docker image
on:
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: "0 6 * * 1" # Every Monday at 6:00am UTC
jobs:
publish: