Skip to content

Commit

Permalink
chore: fix ghcr release (#639)
Browse files Browse the repository at this point in the history
* test ghcr action

Signed-off-by: Keming <[email protected]>

* fix if

Signed-off-by: Keming <[email protected]>

* fix test

Signed-off-by: Keming <[email protected]>

---------

Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy authored Feb 24, 2025
1 parent 490fd23 commit 8ebab13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ jobs:
username: ${{ secrets.DOCKERIO_USERNAME }}
password: ${{ secrets.DOCKERIO_TOKEN }}
- name: Push postgres with pgvecto.rs to Docker Registry
if: matrix.rootless == false
uses: docker/build-push-action@v4
with:
context: .
Expand Down

0 comments on commit 8ebab13

Please sign in to comment.