From b4a1e7410ff823ec48cdb49a4bc17bc98b716b34 Mon Sep 17 00:00:00 2001 From: Kevin Schaper Date: Fri, 6 Oct 2023 09:19:04 -0700 Subject: [PATCH] Remove RPC image build (#375) Should get the build action working again --- .github/workflows/build-and-deploy-images.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/build-and-deploy-images.yaml b/.github/workflows/build-and-deploy-images.yaml index 4edcf4148..df784f659 100644 --- a/.github/workflows/build-and-deploy-images.yaml +++ b/.github/workflows/build-and-deploy-images.yaml @@ -38,17 +38,6 @@ jobs: image_tag: latest, ${{ steps.get-tag.outputs.IMAGE_TAG }}, ${{ github.sha }} dockerfile: ./backend/Dockerfile - - name: Build and Push OAK RPC Server Image - uses: RafikFarhad/push-to-gcr-github-action@v5-beta - with: - gcloud_service_key: ${{ secrets.JSON_GCLOUD_SERVICE_ACCOUNT_JSON }} - registry: us-central1-docker.pkg.dev - project_id: monarch-initiative - image_name: monarch-api/monarch-oak-server - image_tag: latest, ${{ steps.get-tag.outputs.IMAGE_TAG }}, ${{ github.sha }} - dockerfile: ./services/oak_rpc_server/Dockerfile - build_args: FROM_IMAGE=us-central1-docker.pkg.dev/monarch-initiative/monarch-api/monarch-api:${{ github.sha }} - build-and-push-frontend-image: runs-on: ubuntu-latest defaults: