Skip to content

Commit 4c25eef

Browse files
committed
Update PR workflow file
The variable broke the workflow because the GitHub Actions containers do not have Docker executable in the default location set in the Makefile. Signed-off-by: Aitor Perez Cedres <[email protected]>
1 parent 7ec1527 commit 4c25eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
kind create cluster --image kindest/node:"$K8S_VERSION"
4141
make cert-manager
4242
make cluster-operator
43-
DOCKER_REGISTRY_SERVER=local-server OPERATOR_IMAGE=local-operator make deploy-kind
44-
make system-tests
43+
DOCKER_REGISTRY_SERVER=local-server OPERATOR_IMAGE=local-operator make deploy-kind BUILD_KIT=docker
44+
make system-tests BUILD_KIT=docker

0 commit comments

Comments
 (0)