Skip to content

Commit

Permalink
Update PG Vector
Browse files Browse the repository at this point in the history
  • Loading branch information
willemcdejongh committed Jan 16, 2025
1 parent 491e4d5 commit 349d958
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pgvector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Docker Login
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: pgvector/16/
context: ./pgvector/16/
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: true
Expand Down

0 comments on commit 349d958

Please sign in to comment.