Skip to content

Commit a61fb87

Browse files
committed
ci(publish): reverse logic
1 parent b1bbbca commit a61fb87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-2.7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
image: coatldev/python
3535
version: ${{ matrix.image.version }}
36-
build-cache: ${{ github.event.schedule == '30 6 1 * *' && 'true' || 'false' }}
36+
build-cache: ${{ github.event.schedule == '30 6 1 * *' && 'false' || 'true' }}
3737
variant: ${{ matrix.image.variant }}
3838
tags: ${{ matrix.image.tags }}
3939
username: ${{ vars.DOCKERHUB_USERNAME }}

.github/workflows/publish-3.12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
image: coatldev/python
6262
version: ${{ matrix.image.version }}
63-
build-cache: ${{ github.event.schedule == '30 6 1 * *' && 'true' || 'false' }}
63+
build-cache: ${{ github.event.schedule == '30 6 1 * *' && 'false' || 'true' }}
6464
variant: ${{ matrix.image.variant }}
6565
tags: ${{ matrix.image.tags }}
6666
username: ${{ vars.DOCKERHUB_USERNAME }}

.github/workflows/publish-3.13.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
image: coatldev/python
6464
version: ${{ matrix.image.version }}
65-
build-cache: ${{ github.event.schedule == '30 6 1 * *' && 'true' || 'false' }}
65+
build-cache: ${{ github.event.schedule == '30 6 1 * *' && 'false' || 'true' }}
6666
variant: ${{ matrix.image.variant }}
6767
tags: ${{ matrix.image.tags }}
6868
username: ${{ vars.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)