Skip to content

Commit

Permalink
Update google-registry-prod.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
D2SD authored Feb 15, 2024
1 parent 540b041 commit b182ea2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/google-registry-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ name: "[GCP][PROD] Build API to Google Registry"
on:
push:
branches: [ "main" ]
paths:
- schema/**

env:
GCP_PROJECT_ID: ${{ vars.GCP_PROJECT_ID }}
Expand Down Expand Up @@ -106,4 +104,4 @@ jobs:
--quiet \
--timeout=40m \
--config=cloudbuild.yml \
--substitutions=_GCP_PROJECT_ID=${{ env.GCP_PROJECT_ID }},_GCP_ARTIFACT_REGISTRY_NAME=${{ env.GCP_ARTIFACT_REGISTRY_NAME }},_GCP_ARTIFACT_REGISTRY_LOCATION=${{ env.GCP_ARTIFACT_REGISTRY_LOCATION }},_GCP_IMAGE_NAME=${{ env.GCP_IMAGE_NAME }},_GCP_IMAGE_TAG=${{ github.sha }},_GCP_IMAGE_ENVIRONMENT=${{ env.GKE_APP_NAMESPACE }}
--substitutions=_GCP_PROJECT_ID=${{ env.GCP_PROJECT_ID }},_GCP_ARTIFACT_REGISTRY_NAME=${{ env.GCP_ARTIFACT_REGISTRY_NAME }},_GCP_ARTIFACT_REGISTRY_LOCATION=${{ env.GCP_ARTIFACT_REGISTRY_LOCATION }},_GCP_IMAGE_NAME=${{ env.GCP_IMAGE_NAME }},_GCP_IMAGE_TAG=${{ github.sha }},_GCP_IMAGE_ENVIRONMENT=${{ env.GKE_APP_NAMESPACE }}

0 comments on commit b182ea2

Please sign in to comment.