Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchross authored Oct 27, 2024
1 parent dd07d8c commit 149de0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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}
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}

0 comments on commit 149de0f

Please sign in to comment.