mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-07 08:05:03 -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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 12 * * *" # Run every day at noon.
|
- cron: "0 12 * * *" # Run every day at noon.
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
rebuild-container:
|
rebuild-container:
|
||||||
name: "Rebuild Container"
|
name: "Rebuild Container"
|
||||||
|
|||||||
Reference in New Issue
Block a user