Skip to content

Commit 5e90adc

Browse files
authored
Update build-docker.yaml
1 parent bd9f0fe commit 5e90adc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-docker.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
uses: docker/build-push-action@v4
3535
with:
3636
context: .
37-
file: "docker/simple/Dockerfile"
37+
file: "docker/cuda_simple/Dockerfile"
3838
push: ${{ startsWith(github.ref, 'refs/tags/') }}
3939
pull: true
4040
platforms: linux/amd64,linux/arm64
4141
tags: |
42-
ghcr.io/thiner/llama-cpp-python:latest
43-
ghcr.io/thiner/llama-cpp-python:${{ github.ref_name }}
42+
ghcr.io/thiner/llama-cpp-python:latest-cuda
43+
ghcr.io/thiner/llama-cpp-python:${{ github.ref_name }}-cuda
4444
build-args: |
4545
BUILDKIT_INLINE_CACHE=1
4646

0 commit comments

Comments
 (0)