We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269f9a4 commit 2823dafCopy full SHA for 2823daf
.github/workflows/docker-publish.yml
@@ -60,7 +60,7 @@ jobs:
60
platforms: linux/amd64,linux/arm64
61
push: true
62
build-args: |
63
- PG_VERSION=${{ matrix.pg_version }}
+ PG_MAJOR=${{ matrix.pg_version }}
64
tags: ${{ steps.meta.outputs.tags }}
65
labels: ${{ steps.meta.outputs.labels }}
66
cache-from: type=gha,scope=pg-${{ matrix.pg_version }}
0 commit comments