Skip to content

Commit 39ce719

Browse files
committed
remove docker load not needed for e2e tests
Signed-off-by: clux <[email protected]>
1 parent 5bad08f commit 39ce719

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,8 @@ jobs:
163163
with:
164164
name: controller-image
165165
path: /tmp
166-
# - name: Load docker image from tarball
167-
# run: docker load --input /tmp/image.tar
168166
- name: Load image into k3d registry
169-
run: k3d image import /tmp/image.tar --cluster kube --verbose
167+
run: k3d image import /tmp/image.tar --cluster kube
170168
- name: helm template | kubctl apply
171169
run: |
172170
apiserver="$(kubectl get endpoints kubernetes -ojson | jq '.subsets[0].addresses[0].ip' -r)"

0 commit comments

Comments
 (0)