From 3d503a7a7dbf8e6fb43955bc54a1af0398196e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Fri, 3 Nov 2023 16:33:34 +0100 Subject: [PATCH] chore: fix build & load step MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niccolò Fei --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c99d6e3..fa4ea99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,10 +81,9 @@ jobs: org.opencontainers.image.revision=${{ env.RELEASE_VERSION }} org.opencontainers.image.licenses=PostgreSQL - - name: Build and push + name: Build and load uses: docker/build-push-action@v5 with: - platforms: ${{ env.PLATFORMS }} context: . push: false load: true