diff --git a/.github/workflows/build-latest.yaml b/.github/workflows/build-latest.yaml index ca9e03c..e284271 100644 --- a/.github/workflows/build-latest.yaml +++ b/.github/workflows/build-latest.yaml @@ -59,6 +59,7 @@ jobs: context: base_build file: base_build/Dockerfile push: false + load: true tags: ${{ secrets.DOCKERHUB_REPO }}/postgis:base-${{ matrix.distro }}-${{ matrix.imageVersion }}-${{ matrix.imageVariant }} build-args: | GENERATE_ALL_LOCALE=0 @@ -75,6 +76,7 @@ jobs: context: . file: Dockerfile push: false + load: true tags: ${{ secrets.DOCKERHUB_REPO }}/postgis:${{ matrix.postgresMajorVersion }}-${{ matrix.postgisMajorVersion }}.${{ matrix.postgisMinorRelease }} build-args: | DISTRO=${{ matrix.distro }} @@ -128,6 +130,7 @@ jobs: context: . file: Dockerfile push: false + load: true tags: ${{ secrets.DOCKERHUB_REPO }}/postgis:manual-build build-args: | DISTRO=${{ matrix.distro }} diff --git a/.github/workflows/deploy-image.yaml b/.github/workflows/deploy-image.yaml index 2ac7e92..338e94f 100644 --- a/.github/workflows/deploy-image.yaml +++ b/.github/workflows/deploy-image.yaml @@ -64,6 +64,7 @@ jobs: context: base_build file: base_build/Dockerfile push: true + load: true tags: ${{ secrets.DOCKERHUB_REPO }}/postgis:base-${{ matrix.distro }}-${{ matrix.imageVersion }}-${{ matrix.imageVariant }} build-args: | DISTRO=${{ matrix.distro }} @@ -79,6 +80,7 @@ jobs: context: . file: Dockerfile push: true + load: true tags: ${{ secrets.DOCKERHUB_REPO }}/postgis:${{ matrix.postgresMajorVersion }}-${{ matrix.postgisMajorVersion }}.${{ matrix.postgisMinorRelease }} build-args: | DISTRO=${{ matrix.distro }}