Skip to content

Commit

Permalink
Remove RPC image build (#375)
Browse files Browse the repository at this point in the history
Should get the build action working again
  • Loading branch information
kevinschaper authored Oct 6, 2023
1 parent ec8c6c3 commit b4a1e74
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-and-deploy-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b4a1e74

Please sign in to comment.