Skip to content

Commit

Permalink
Remove var
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Oct 2, 2023
1 parent 9d04789 commit 053d311
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GitHub Container Registry
Expand All @@ -48,7 +48,7 @@ jobs:
platforms: ${{ matrix.platforms }}
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/llamacpp:${{ matrix.llamacpp_image }}
ghcr.io/${{ github.repository_owner | toLower }}/llamacpp:${{ matrix.llamacpp_image }}
joshxt/llamacpp:${{ matrix.llamacpp_image }}
ghcr.io/josh-xt/llamacpp:${{ matrix.llamacpp_image }}
build-args: |
LLAMACPP_IMAGE=${{ matrix.llamacpp_image }}

0 comments on commit 053d311

Please sign in to comment.