We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c2608 commit 4a84ec6Copy full SHA for 4a84ec6
.github/workflows/ci.yml
@@ -162,10 +162,10 @@ jobs:
162
with:
163
name: controller-image
164
path: /tmp
165
- - name: Load docker image from tarball
166
- run: docker load --input /tmp/image.tar
+ # - name: Load docker image from tarball
+ # run: docker load --input /tmp/image.tar
167
- name: Load image into k3d registry
168
- run: k3d image import ghcr.io/kube-rs/controller:latest --cluster kube
+ run: k3d image import /tmp/image.tar --cluster kube
169
- name: helm template | kubctl apply
170
run: |
171
apiserver="$(kubectl get endpoints kubernetes -ojson | jq '.subsets[0].addresses[0].ip' -r)"
0 commit comments