"vscode:/vscode.git/clone" did not exist on "a3ae12584f55254e13e97344a51487a1e0a1cb94"
Commit 0a3b99b9 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

chore: docker build workflow

parent 839efa44
......@@ -66,6 +66,7 @@ jobs:
- name: Build and push Docker image with CUDA
uses: docker/build-push-action@v5
if: github.ref == 'refs/heads/main'
with:
context: .
push: true
......@@ -75,6 +76,7 @@ jobs:
- name: Build and push Docker image with Ollama
uses: docker/build-push-action@v5
if: github.ref == 'refs/heads/main'
with:
context: .
push: true
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment