We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc7123 commit 06c97b1Copy full SHA for 06c97b1
.github/workflows/publish.yml
@@ -43,7 +43,7 @@ jobs:
43
dockerhub-username: ${{ vars.DOCKERHUB_USERNAME }}
44
quay-repo: quay.io/coatldev/six
45
quay-username: ${{ vars.QUAY_USERNAME }}
46
- build-cache: ${{ github.event.schedule == '0 16 1 * *' }}
+ build-cache: ${{ github.event.schedule != '0 16 1 * *' }}
47
metadata-tags: |
48
type=raw,value=${{ needs.tagger.outputs.version }}
49
type=raw,value=${{ needs.tagger.outputs.major-minor }}
0 commit comments