Commit 069c68b 1 parent f247fd5 commit 069c68b Copy full SHA for 069c68b
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Image Versions
3
3
4
4
on :
5
5
schedule :
6
- - cron : ' 37 9 * * 2'
6
+ - cron : " 37 9 * * 2"
7
7
workflow_dispatch :
8
8
9
9
jobs :
49
49
export IMAGE="${{ matrix.image }}:ci-${VERSION##v}"
50
50
fi
51
51
if [[ "${{ matrix.image }}" == "bridgecrew/checkov" ]]; then
52
- export IMAGE="${{ matrix.image }}:${VERSION}-pyston
52
+ export IMAGE="${{ matrix.image }}:${VERSION}-pyston"
53
53
fi
54
54
55
55
yq e '.${{ matrix.value }} = strenv(IMAGE)' -i charts/terranetes-controller/values.yaml
58
58
with :
59
59
branch-suffix : timestamp
60
60
delete-branch : true
61
- title : ' [IMAGES] - ${{ matrix.name }} Image Update'
61
+ title : " [IMAGES] - ${{ matrix.name }} Image Update"
62
62
body : |
63
63
Updating the ${{ matrix.name }} image in the helm values to the latest
You can’t perform that action at this time.
0 commit comments