From 149de0fa18549c96e751d2c8104f1c7f6ff37ebc Mon Sep 17 00:00:00 2001 From: Mitch Ross Date: Sun, 27 Oct 2024 12:35:20 -0400 Subject: [PATCH] Update docker-publish.yml --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 09f41dcf..a3869cdd 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -1,7 +1,7 @@ name: Docker Publish ComfyUI on: schedule: - - cron: '34 6 * * *' # Fixed cron syntax + - cron: '0 0 * * 0' # Fixed cron syntax push: branches: [ "main" ] paths: @@ -99,4 +99,4 @@ jobs: env: TAGS: ${{ steps.meta.outputs.tags }} DIGEST: ${{ steps.build-and-push.outputs.digest }} - run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST} \ No newline at end of file + run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}