mirror of
https://github.com/YuzuZensai/cloudnative-vectorchord-pgvecto.rs.git
synced 2026-07-29 21:44:38 +00:00
Build FROM more specific tag
This commit is contained in:
@@ -85,5 +85,6 @@ jobs:
|
|||||||
tags: ${{ steps.metadata.outputs.tags }}
|
tags: ${{ steps.metadata.outputs.tags }}
|
||||||
labels: ${{ steps.metadata.outputs.labels }}
|
labels: ${{ steps.metadata.outputs.labels }}
|
||||||
build-args: |
|
build-args: |
|
||||||
|
CNPG_TAG=${{ matrix.cnpgTag }}
|
||||||
PG_MAJOR=${{ steps.version.outputs.pg_major }}
|
PG_MAJOR=${{ steps.version.outputs.pg_major }}
|
||||||
PGVECTORS_TAG=${{ matrix.pgvectorsVersion }}
|
PGVECTORS_TAG=${{ matrix.pgvectorsVersion }}
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
ARG PG_MAJOR=14
|
ARG CNPG_TAG
|
||||||
|
|
||||||
FROM ghcr.io/cloudnative-pg/postgresql:$PG_MAJOR
|
FROM ghcr.io/cloudnative-pg/postgresql:$CNPG_TAG
|
||||||
|
|
||||||
ARG PG_MAJOR
|
ARG PG_MAJOR
|
||||||
ARG PGVECTORS_TAG
|
ARG PGVECTORS_TAG
|
||||||
|
|||||||
Reference in New Issue
Block a user