File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
with :
34
34
image : coatldev/python
35
35
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 ' }}
37
37
variant : ${{ matrix.image.variant }}
38
38
tags : ${{ matrix.image.tags }}
39
39
username : ${{ vars.DOCKERHUB_USERNAME }}
Original file line number Diff line number Diff line change 60
60
with :
61
61
image : coatldev/python
62
62
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 ' }}
64
64
variant : ${{ matrix.image.variant }}
65
65
tags : ${{ matrix.image.tags }}
66
66
username : ${{ vars.DOCKERHUB_USERNAME }}
Original file line number Diff line number Diff line change 62
62
with :
63
63
image : coatldev/python
64
64
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 ' }}
66
66
variant : ${{ matrix.image.variant }}
67
67
tags : ${{ matrix.image.tags }}
68
68
username : ${{ vars.DOCKERHUB_USERNAME }}
You can’t perform that action at this time.
0 commit comments