Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rawsh authored Mar 10, 2024
1 parent 00a8940 commit 910aab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
context: .
push: true
platforms: ${{ matrix.config.platforms }}
tags: "ghcr.io/rawsh/llama.cpp:${{ matrix.config.tag }}-${{ env.COMMIT_SHA }}"
tags: "ghcr.io/rawsh/llama:${{ matrix.config.tag }}-${{ env.COMMIT_SHA }}"
file: ${{ matrix.config.dockerfile }}
build-args: |
MODEL_URL=${{ env.MODEL_URL }}
Expand All @@ -106,7 +106,7 @@ jobs:
context: .
push: ${{ github.event_name == 'push' }}
platforms: ${{ matrix.config.platforms }}
tags: "ghcr.io/rawsh/llama.cpp:${{ matrix.config.tag }}"
tags: "ghcr.io/rawsh/llama:${{ matrix.config.tag }}"
file: ${{ matrix.config.dockerfile }}
build-args: |
MODEL_URL=${{ env.MODEL_URL }}

0 comments on commit 910aab3

Please sign in to comment.