diff --git a/.github/workflows/build-latest.yaml b/.github/workflows/build-latest.yaml index 15d0384..d0edf16 100644 --- a/.github/workflows/build-latest.yaml +++ b/.github/workflows/build-latest.yaml @@ -53,12 +53,6 @@ jobs: restore-keys: | buildx-${{ hashFiles('Dockerfile', 'docker-compose.build.yml', '.example.env', 'base_build', 'scripts') }}- - - name: Login to DockerHub - uses: docker/login-action@v1 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - - name: Build base image id: docker_build_base uses: docker/build-push-action@v2 diff --git a/.github/workflows/deploy-image.yaml b/.github/workflows/deploy-image.yaml index 2398514..71bccf6 100644 --- a/.github/workflows/deploy-image.yaml +++ b/.github/workflows/deploy-image.yaml @@ -91,7 +91,6 @@ jobs: context: . file: Dockerfile push: true - load: true tags: ${{ secrets.DOCKERHUB_REPO }}/postgis:${{ matrix.postgresMajorVersion }}-${{ matrix.postgisMajorVersion }}.${{ matrix.postgisMinorRelease }} build-args: | DISTRO=${{ matrix.distro }}