mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-08 00:15:04 -05:00
Move base image update to weekly cadence
This commit is contained in:
4
.github/workflows/update-base-image.yml
vendored
4
.github/workflows/update-base-image.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: "Update Image and Push to Github Packages and Docker Hub Daily"
|
||||
name: "Update image and push to Github Packages and Docker Hub weekly"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 12 * * *" # Run every day at noon.
|
||||
- cron: "0 12 * * 1" # Run every Monday at noon.
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
rebuild-container:
|
||||
|
||||
Reference in New Issue
Block a user