Skip to content

Commit

Permalink
chore: fix gh build action
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu-narayanan authored Jan 21, 2025
1 parent e865fa2 commit f0671b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/linuxsuren/${{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY }}/vishnun/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
Expand All @@ -44,8 +44,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
PG_MAJOR=15
PGVECTOR_TAG=v0.6.2
PG_MAJOR=11
PGVECTOR_TAG=v0.5.1
image-dockerhub:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -78,5 +78,5 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
PG_MAJOR=15
PGVECTOR_TAG=v0.6.2
PG_MAJOR=11
PGVECTOR_TAG=v0.5.1

0 comments on commit f0671b3

Please sign in to comment.