Fix build-args formatting

This commit is contained in:
bo0tzz
2023-11-27 10:50:41 +00:00
parent 6926a5c59b
commit 1bf2357020

View File

@@ -84,4 +84,6 @@ jobs:
cache-to: type=gha,mode=max
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
build-args: PG_MAJOR=${{ steps.version.outputs.pg_major }},PGVECTORS_TAG=${{ matrix.pgvectorsVersion }}
build-args:
PG_MAJOR=${{ steps.version.outputs.pg_major }}
PGVECTORS_TAG=${{ matrix.pgvectorsVersion }}