Skip to content

Commit 5dbf826

Browse files
committed
Update
Signed-off-by: David VIEJO <[email protected]>
1 parent 1ae0b81 commit 5dbf826

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-kubectl-plugin.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
go build -o hlf-operator ./main.go
4747
docker build -t "${IMAGE}:${TAG}" .
4848
kind load docker-image "${IMAGE}:${TAG}"
49-
make deploy IMG=$IMAGE
49+
make deploy IMG="${IMAGE}:${TAG}"
50+
5051
5152
- name: Install Istio
5253
run: |

0 commit comments

Comments
 (0)