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: ...@@ -66,6 +66,7 @@ jobs:
- name: Build and push Docker image with CUDA - name: Build and push Docker image with CUDA
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
if: github.ref == 'refs/heads/main'
with: with:
context: . context: .
push: true push: true
...@@ -75,6 +76,7 @@ jobs: ...@@ -75,6 +76,7 @@ jobs:
- name: Build and push Docker image with Ollama - name: Build and push Docker image with Ollama
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
if: github.ref == 'refs/heads/main'
with: with:
context: . context: .
push: true 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