From c91465c9c5ed6f5fcb6f1cf3c6ad0fc0e151eac7 Mon Sep 17 00:00:00 2001 From: Seth Simmons <40500387+sethsimmons@users.noreply.github.com> Date: Wed, 24 Mar 2021 10:37:31 -0400 Subject: [PATCH] Update and rename update-image.yml to update-image-on-push.yml --- .../{update-image.yml => update-image-on-push.yml} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename .github/workflows/{update-image.yml => update-image-on-push.yml} (86%) 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"