Skip to content

Commit 801565d

Browse files
committed
Fix empty REGISTRY variable
1 parent a7ca28e commit 801565d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
chmod +x ./kind
6767
sudo mv ./kind /usr/local/bin/kind
6868
- name: Run e2e tests
69-
run: make test-e2e
69+
run: REGISTRY=github-workflow make test-e2e
7070
e2e:
7171
name: e2e
7272
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)