Skip to content

Commit 2823daf

Browse files
committed
fix
1 parent 269f9a4 commit 2823daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
platforms: linux/amd64,linux/arm64
6161
push: true
6262
build-args: |
63-
PG_VERSION=${{ matrix.pg_version }}
63+
PG_MAJOR=${{ matrix.pg_version }}
6464
tags: ${{ steps.meta.outputs.tags }}
6565
labels: ${{ steps.meta.outputs.labels }}
6666
cache-from: type=gha,scope=pg-${{ matrix.pg_version }}

0 commit comments

Comments
 (0)