Skip to content

Commit

Permalink
fix: the build args format is invalid
Browse files Browse the repository at this point in the history
Signed-off-by: Rick <LinuxSuRen@users.noreply.github.com>
  • Loading branch information
LinuxSuRen committed Mar 21, 2024
1 parent 71eb7dc commit 1db56c8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: PG_MAJOR=15,PGVECTOR_TAG=v0.6.2
build-args: |
PG_MAJOR=15
PGVECTOR_TAG=v0.6.2
image-dockerhub:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -75,4 +77,6 @@ jobs:
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: PG_MAJOR=15,PGVECTOR_TAG=v0.6.2
build-args: |
PG_MAJOR=15
PGVECTOR_TAG=v0.6.2

0 comments on commit 1db56c8

Please sign in to comment.