mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-07 08:05:03 -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:
|
||||
|
||||
2
.github/workflows/update-image-on-push.yml
vendored
2
.github/workflows/update-image-on-push.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: "Update Image and Push to Github Packages and Docker Hub when Dockerfile is changed"
|
||||
name: "Update image and push to Github Packages and Docker Hub when Dockerfile is changed"
|
||||
# Run this workflow every time a new commit pushed to your repository
|
||||
on:
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user