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 a238ee0 commit 784bb5bCopy full SHA for 784bb5b
1 file changed
.github/workflows/checks.yml
@@ -22,7 +22,7 @@ jobs:
22
run: ctlptl create cluster kind --registry=ctlptl-registry
23
24
- name: Cache Helm Output
25
- id: cache-helm-ooutput
+ id: cache-helm-output
26
uses: actions/cache@v5
27
with:
28
path: .helm-cache
@@ -34,4 +34,7 @@ jobs:
34
- name: Test Using Local Config
35
run: tilt ci --timeout "5m"
36
37
+ - name: List images
38
+ run: docker image list
39
+
40
0 commit comments