Skip to content

Commit

Permalink
Hotfix: updates the FROM_IMAGE build arg in the build-and-deploy-imag…
Browse files Browse the repository at this point in the history
…es workflow
  • Loading branch information
falquaddoomi committed Oct 4, 2023
1 parent cf34405 commit ff5c39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
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=monarch-api/monarch-api:${{ github.sha }}
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
Expand Down

0 comments on commit ff5c39c

Please sign in to comment.