Skip to content

Commit c71d5f8

Browse files
authored
fix: Update ci.yml
1 parent cc0745f commit c71d5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
docker build -t ghcr.io/bionic-gpt/llama-3.2-3b:latest -t bionic-gpt/llama-3.2-3b:latest -f Dockerfile.llama3.2-3b.cpu .
2828
docker push ghcr.io/bionic-gpt/llama-3.2-3b:latest
2929
30-
docker build -t ghcr.io/bionic-gpt/llama-3-8b-chat:latest -t bionic-gpt/llama-3-8b-chat:latest -f Dockerfile.llama-3-8b-chat .
30+
docker build -t ghcr.io/bionic-gpt/llama-3-8b-chat:latest -t bionic-gpt/llama-3-8b-chat:latest -f Dockerfile.llama3-8b-chat .
3131
docker push ghcr.io/bionic-gpt/llama-3-8b-chat:latest
3232
3333
docker build -t ghcr.io/bionic-gpt/embeddings:latest -t bionic-gpt/embeddings:latest -f Dockerfile.embeddings .

0 commit comments

Comments
 (0)