mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-08 08:23:34 -05:00
Update and rename update-image.yml to update-image-on-push.yml
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
name: "Update Image and Push to Github Packages and Docker Hub"
|
name: "Update Image and Push to Github Packages and Docker Hub when commits are pushed to this repo"
|
||||||
on:
|
# Run this workflow every time a new commit pushed to your repository
|
||||||
schedule:
|
on: push
|
||||||
- cron: "0 12 * * *" # Run every day at noon.
|
|
||||||
jobs:
|
jobs:
|
||||||
rebuild-container:
|
rebuild-container:
|
||||||
name: "Rebuild Container"
|
name: "Rebuild Container"
|
||||||
Reference in New Issue
Block a user