Update and rename update-image.yml to update-image-on-push.yml

This commit is contained in:
Seth Simmons
2021-03-24 10:37:31 -04:00
committed by GitHub
parent 3d4966f6a2
commit c91465c9c5

View File

@@ -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"