Skip to content

Commit 784bb5b

Browse files
committed
list docker images
1 parent a238ee0 commit 784bb5b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: ctlptl create cluster kind --registry=ctlptl-registry
2323

2424
- name: Cache Helm Output
25-
id: cache-helm-ooutput
25+
id: cache-helm-output
2626
uses: actions/cache@v5
2727
with:
2828
path: .helm-cache
@@ -34,4 +34,7 @@ jobs:
3434
- name: Test Using Local Config
3535
run: tilt ci --timeout "5m"
3636

37+
- name: List images
38+
run: docker image list
39+
3740

0 commit comments

Comments
 (0)