From f150d37d8204d017644a3c4a8abd3a3d651bc90c Mon Sep 17 00:00:00 2001 From: Rizky Maulana Nugraha Date: Sat, 30 Jan 2021 00:02:14 +0000 Subject: [PATCH] Update Github Action for external PR --- .github/workflows/build-latest.yaml | 6 ------ .github/workflows/deploy-image.yaml | 1 - 2 files changed, 7 deletions(-) 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 }}