Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Oct 2, 2023
1 parent 053d311 commit eb4de1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
platforms: ${{ matrix.platforms }}
push: true
tags: |
joshxt/llamacpp:${{ matrix.llamacpp_image }}
ghcr.io/josh-xt/llamacpp:${{ matrix.llamacpp_image }}
${{ vars.DOCKERHUB_USERNAME }}/llamacpp:${{ matrix.llamacpp_image }}
ghcr.io/${{ github.repository_owner | lower }}/llamacpp:${{ matrix.llamacpp_image }}
build-args: |
LLAMACPP_IMAGE=${{ matrix.llamacpp_image }}

0 comments on commit eb4de1a

Please sign in to comment.