Skip to content

Commit ae4a093

Browse files
authored
Merge pull request #850 from PolicyEngine/fix/correctly-tag-for-deploy
Change tags used to deploy
2 parents da2ba35 + 8e05119 commit ae4a093

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/deploy-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
- name: Deploy to App Engine
143143
env:
144144
IMAGE_NAME: ${{ env.IMAGE_NAME }}
145-
IMAGE_TAG: ${{ github.sha }}
145+
IMAGE_TAG: latest
146146
SERVICE_ACCOUNT: github-deployment@policyengine-household-api.iam.gserviceaccount.com
147147
APP_YAML_PATH: ./gcp/policyengine_household_api/app.yaml
148148
AUTH0_ADDRESS_NO_DOMAIN: ${{ secrets.AUTH0_ADDRESS_NO_DOMAIN }}
@@ -156,7 +156,7 @@ jobs:
156156
- name: Set traffic to new version
157157
env:
158158
SERVICE_NAME: ${{ env.SERVICE_NAME }}
159-
VERSION: ${{ github.sha }}
159+
VERSION: latest
160160
run: .github/scripts/set-traffic.sh
161161

162162
- name: Verify deployment

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: patch
2+
changes:
3+
changed:
4+
- Change the default image tag to `latest` in the production deployment workflow.

0 commit comments

Comments
 (0)