Skip to content

Commit

Permalink
[BUILD] - Checkov Image Update (#1311)
Browse files Browse the repository at this point in the history
Removing the suffix of pyston from the image names
  • Loading branch information
gambol99 authored Mar 18, 2024
1 parent c2f3a43 commit 01b5b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
export IMAGE="${{ matrix.image }}:ci-${VERSION##v}"
fi
if [[ "${{ matrix.image }}" == "bridgecrew/checkov" ]]; then
export IMAGE="${{ matrix.image }}:${VERSION}-pyston"
export IMAGE="${{ matrix.image }}:${VERSION}"
fi
yq e '.${{ matrix.value }} = strenv(IMAGE)' -i charts/terranetes-controller/values.yaml
Expand Down

0 comments on commit 01b5b1f

Please sign in to comment.