Skip to content

Commit

Permalink
Merge pull request #91 from chasinandrew/feature/test-gh
Browse files Browse the repository at this point in the history
change to github sha
  • Loading branch information
chasinandrew authored Oct 3, 2023
2 parents 50cebc9 + d9ff009 commit 5834b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ jobs:
- name: Create Service ${{ inputs.environment }} Declaration
if: inputs.environment == 'dev' || inputs.environment == 'qa'
run: |-
export CONTAINER_IMAGE="${{ vars.region }}-docker.pkg.dev/${{ vars.gcp_project_id }}/${{ vars.artifact_registry_repo }}/${{ vars.service_name }}:${{ github.ref }}"
export CONTAINER_IMAGE="${{ vars.region }}-docker.pkg.dev/${{ vars.gcp_project_id }}/${{ vars.artifact_registry_repo }}/${{ vars.service_name }}:${{ github.sha }}"
export SERVICE_NAME="${{ vars.service_name }}"
export PROJECT_ID="${{ vars.gcp_project_id }}"
export REVISION_TAG="${{ github.ref }}"
export REVISION_TAG="${{ github.sha }}"
export CLOUD_RUN_SA="${{ vars.cloud_run_sa }}"
export REGION="${{ vars.region }}"
export APP_CODE="${{ vars.app_code }}"
Expand Down

0 comments on commit 5834b15

Please sign in to comment.