mirror of
https://github.com/YuzuZensai/cloudnative-vectorchord-pgvecto.rs.git
synced 2026-01-31 14:57:18 +00:00
Fix build-args formatting
This commit is contained in:
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -84,4 +84,6 @@ jobs:
|
|||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
tags: ${{ steps.metadata.outputs.tags }}
|
tags: ${{ steps.metadata.outputs.tags }}
|
||||||
labels: ${{ steps.metadata.outputs.labels }}
|
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user