Fixed Incorrect Image Name (#98)

This commit is contained in:
Kevin Dang
2024-08-01 17:55:42 -07:00
committed by GitHub
parent b361636a93
commit 117b195095

View File

@@ -72,7 +72,7 @@ jobs:
- name: Check Images Exist
run: |
(docker images | grep -q 'discord/bot' && docker images | grep -qE 'ollama/ollama') || exit 1
(docker images | grep -q 'kevinthedang/discord-ollama' && docker images | grep -qE 'ollama/ollama') || exit 1
- name: Check Containers Exist
run: |