Skip to content

Commit aef01d5

Browse files
committed
[BLD]: use pull-through Docker image cache
1 parent d63dfb4 commit aef01d5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/actions/tilt/action.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,16 @@ runs:
1717
tar -xzv -C /usr/local/bin ctlptl
1818
- name: Set up kind
1919
shell: bash
20-
run: ctlptl create cluster kind --registry=ctlptl-registry
20+
# run: ctlptl create cluster kind --registry=ctlptl-registry
21+
run: |
22+
cat <<EOF | ctlptl apply -f -
23+
apiVersion: ctlptl.dev/v1alpha1
24+
kind: Cluster
25+
product: kind
26+
registry: ctlptl-registry
27+
registryAuths:
28+
- endpoint: http://192.168.127.1:5000
29+
EOF
2130
- name: Start Tilt
2231
shell: bash
2332
run: tilt ci

0 commit comments

Comments
 (0)