mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-07 00:02:37 -05:00
Add workflow_dispatch event support
This commit is contained in:
1
.github/workflows/update-base-image.yml
vendored
1
.github/workflows/update-base-image.yml
vendored
@@ -2,6 +2,7 @@ name: "Update Image and Push to Github Packages and Docker Hub"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 12 * * *" # Run every day at noon.
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
rebuild-container:
|
||||
name: "Rebuild Container"
|
||||
|
||||
Reference in New Issue
Block a user