Build local image and load to kind cluster (#2378)

This commit is contained in:
Ava Stancu
2023-03-10 12:16:07 +01:00
committed by GitHub
parent c569304271
commit 4f293c6f79
3 changed files with 28 additions and 2 deletions

View File

@@ -93,6 +93,7 @@ jobs:
sed -i "s/$CURRENT_VERSION/$LATEST_VERSION/g" runner/Makefile
sed -i "s/$CURRENT_VERSION/$LATEST_VERSION/g" Makefile
sed -i "s/$CURRENT_VERSION/$LATEST_VERSION/g" test/e2e/e2e_test.go
sed -i "s/$CURRENT_VERSION/$LATEST_VERSION/g" .github/workflows/e2e_test_linux_vm.yaml
- name: Commit changes
run: |