Skip to content

Commit 06c97b1

Browse files
committed
ci(publish): fix cron schedule validation
1 parent 6bc7123 commit 06c97b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
dockerhub-username: ${{ vars.DOCKERHUB_USERNAME }}
4444
quay-repo: quay.io/coatldev/six
4545
quay-username: ${{ vars.QUAY_USERNAME }}
46-
build-cache: ${{ github.event.schedule == '0 16 1 * *' }}
46+
build-cache: ${{ github.event.schedule != '0 16 1 * *' }}
4747
metadata-tags: |
4848
type=raw,value=${{ needs.tagger.outputs.version }}
4949
type=raw,value=${{ needs.tagger.outputs.major-minor }}

0 commit comments

Comments
 (0)