diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cbfc5d..6644e36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,7 +95,7 @@ jobs: context: . platforms: linux/amd64 build-args: | - TARGET_VERSION=${{ matrix.pg_version }} + PG_VERSION=${{ matrix.pg_version }} push: false tags: postgres:${{ matrix.pg_version }} load: true