Skip to content

Commit

Permalink
Merge pull request #2 from LinuxSuRen/fix/build-arg
Browse files Browse the repository at this point in the history
fix: the build args format is invalid
  • Loading branch information
LinuxSuRen authored Mar 21, 2024
2 parents 71eb7dc + 1db56c8 commit 86eef3e
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 86eef3e

Please sign in to comment.