mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-30 10:46:35 +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
|
name: Build and publish Docker image
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 6 * * 1" # Every Monday at 6:00am UTC
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
|
Loading…
Add table
Reference in a new issue