diff --git a/.github/workflows/update-base-image.yml b/.github/workflows/update-base-image.yml index 6d65339..9e31006 100644 --- a/.github/workflows/update-base-image.yml +++ b/.github/workflows/update-base-image.yml @@ -1,7 +1,7 @@ -name: "Update Image and Push to Github Packages and Docker Hub Daily" +name: "Update image and push to Github Packages and Docker Hub weekly" on: schedule: - - cron: "0 12 * * *" # Run every day at noon. + - cron: "0 12 * * 1" # Run every Monday at noon. workflow_dispatch: jobs: rebuild-container: diff --git a/.github/workflows/update-image-on-push.yml b/.github/workflows/update-image-on-push.yml index 2c6fccc..ca6d529 100644 --- a/.github/workflows/update-image-on-push.yml +++ b/.github/workflows/update-image-on-push.yml @@ -1,4 +1,4 @@ -name: "Update Image and Push to Github Packages and Docker Hub when Dockerfile is changed" +name: "Update image and push to Github Packages and Docker Hub when Dockerfile is changed" # Run this workflow every time a new commit pushed to your repository on: push: