mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
Run docker workflow once a week (#409)
This commit is contained in:
parent
d09aed1029
commit
d19d9c6e30
1 changed files with 2 additions and 3 deletions
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue