Skip to content

Commit 23b9c17

Browse files
committed
Fix pg_lake build: use Dockerfile default PG_VERSION (17.7)
1 parent a7e7d9e commit 23b9c17

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ jobs:
160160
push: false
161161
tags: ${{ steps.meta.outputs.tags }}
162162
labels: ${{ steps.meta.outputs.labels }}
163-
build-args: |
164-
PG_VERSION=${{ env.PG_VERSION }}
163+
# Note: pg_lake image uses Dockerfile default PG_VERSION (full version like 17.7)
164+
# because it builds PostgreSQL from source and needs exact version number
165165
cache-from: type=gha,scope=postgres-plus-lake-${{ matrix.arch }}
166166
cache-to: type=gha,mode=max,scope=postgres-plus-lake-${{ matrix.arch }}
167167

@@ -175,8 +175,8 @@ jobs:
175175
platforms: ${{ matrix.platform }}
176176
labels: ${{ steps.meta.outputs.labels }}
177177
outputs: type=image,name=${{ env.REGISTRY }}/constructive-io/docker/postgres-plus-lake,push-by-digest=true,push=true
178-
build-args: |
179-
PG_VERSION=${{ env.PG_VERSION }}
178+
# Note: pg_lake image uses Dockerfile default PG_VERSION (full version like 17.7)
179+
# because it builds PostgreSQL from source and needs exact version number
180180
cache-from: type=gha,scope=postgres-plus-lake-${{ matrix.arch }}
181181
cache-to: type=gha,mode=max,scope=postgres-plus-lake-${{ matrix.arch }}
182182

0 commit comments

Comments
 (0)