Skip to content

Commit

Permalink
fixing revision tag
Browse files Browse the repository at this point in the history
joshuanianji committed Jan 7, 2024
1 parent e8db173 commit 39529b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_deployment.yml
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ jobs:
export CONTAINER_IMAGE="${{ vars.REGION }}-docker.pkg.dev/${{ vars.GCP_PROJECT_ID }}/${{ vars.ARTIFACT_REPO }}/${{ vars.SERVICE_NAME }}:latest"
export SERVICE_NAME="${{ vars.SERVICE_NAME }}"
export PROJECT_ID="${{ vars.GCP_PROJECT_ID }}"
export REVISION_TAG="${{ inputs.ref }}"
export REVISION_TAG="latest"
export CLOUD_RUN_SA="${{ vars.CLOUD_RUN_SA }}"
export ENVIRONMENT="${{ inputs.environment }}"
envsubst < ./service-yaml/container.yaml > container-${{ inputs.environment }}.yaml

0 comments on commit 39529b8

Please # to comment.