Skip to content

Commit 95b7cee

Browse files
committed
Add: Check Images
1 parent e2cdec7 commit 95b7cee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
8383
- name: Start Application
8484
run: |
85+
docker images
8586
docker network create --subnet=${{ secrets.SUBNET_ADDRESS }}/16 ollama-net || true
8687
docker run --rm -d \
8788
-v ollama:/root/.ollama \

0 commit comments

Comments
 (0)