diff --git a/.github/workflows/update-image.yml b/.github/workflows/update-image-on-push.yml similarity index 86% rename from .github/workflows/update-image.yml rename to .github/workflows/update-image-on-push.yml index 8bf326f..1ecd795 100644 --- a/.github/workflows/update-image.yml +++ b/.github/workflows/update-image-on-push.yml @@ -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"