Skip to content

Commit 069c68b

Browse files
committed
[FIX] - CI Images Workflow (#1204)
fix: there was a typo in the bash script
1 parent f247fd5 commit 069c68b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/versions.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Image Versions
33

44
on:
55
schedule:
6-
- cron: '37 9 * * 2'
6+
- cron: "37 9 * * 2"
77
workflow_dispatch:
88

99
jobs:
@@ -49,7 +49,7 @@ jobs:
4949
export IMAGE="${{ matrix.image }}:ci-${VERSION##v}"
5050
fi
5151
if [[ "${{ matrix.image }}" == "bridgecrew/checkov" ]]; then
52-
export IMAGE="${{ matrix.image }}:${VERSION}-pyston
52+
export IMAGE="${{ matrix.image }}:${VERSION}-pyston"
5353
fi
5454
5555
yq e '.${{ matrix.value }} = strenv(IMAGE)' -i charts/terranetes-controller/values.yaml
@@ -58,6 +58,6 @@ jobs:
5858
with:
5959
branch-suffix: timestamp
6060
delete-branch: true
61-
title: '[IMAGES] - ${{ matrix.name }} Image Update'
61+
title: "[IMAGES] - ${{ matrix.name }} Image Update"
6262
body: |
6363
Updating the ${{ matrix.name }} image in the helm values to the latest

0 commit comments

Comments
 (0)