mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-07 08:05:03 -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"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 12 * * *" # Run every day at noon.
|
||||
name: "Update Image and Push to Github Packages and Docker Hub when commits are pushed to this repo"
|
||||
# Run this workflow every time a new commit pushed to your repository
|
||||
on: push
|
||||
jobs:
|
||||
rebuild-container:
|
||||
name: "Rebuild Container"
|
||||
Reference in New Issue
Block a user