From c05a1e813fc4db256523da1dec500f3d86ffb07c Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Wed, 1 May 2024 15:22:19 +0200 Subject: [PATCH] Add missing `PGTARGET` environment variable --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbe1c61..5b836ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,6 +125,8 @@ jobs: tags: | "pgautoupgrade/pgautoupgrade:${{ matrix.pg_target }}-alpine" "pgautoupgrade/pgautoupgrade:${{ matrix.pg_target }}-alpine3.19" + build-args: | + "PGTARGET=${{ matrix.pg_target }}" push: true cache-to: type=inline cache-from: "${{ env.CACHE_FROM }}" @@ -136,6 +138,8 @@ jobs: platforms: linux/amd64,linux/arm64 tags: | "pgautoupgrade/pgautoupgrade:latest" + build-args: | + "PGTARGET=${{ matrix.pg_target }}" push: true cache-to: type=inline cache-from: "${{ env.CACHE_FROM }}"