Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
fix backend service name
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham4401 committed Jul 23, 2023
1 parent 19f6dae commit 5117363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cloud-run-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ jobs:
with:
service: ${{ inputs.service }}
image: ${{ env.GOOGLE_REGISTRY_LOCATION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.REPOSITORY }}/${{ env.IMAGE_NAME }}:${{ inputs.version }}
region: ${{ env.GOOGLE_REGISTRY_LOCATION }}
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
environment: production
version: ${{ needs.build_gcp_image.outputs.version }}
service: dpgraham-api
service: dpgraham-server
secrets: inherit

build_ghcr_image:
Expand Down

0 comments on commit 5117363

Please sign in to comment.