Skip to content

Commit

Permalink
Fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Oct 2, 2023
1 parent aedbe35 commit 3ed0612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: josh-xt/AGiXT/.github/workflows/operation-docker-build-publish.yml@main
with:
registry-dockerhub-enable: ${{ github.event_name != 'pull_request' }}
registry-github-enable: true
registry-repo-name: llamacpp
registry-readme: ./README.md
build-args: LLAMACPP_IMAGE=${{ matrix.llamacpp_image }}
Expand All @@ -29,3 +30,4 @@ jobs:
platforms: linux/amd64,linux/arm64/v8
secrets:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3ed0612

Please sign in to comment.