Skip to content

Commit c471a82

Browse files
authored
Merge pull request #859 from PolicyEngine/fix/tag-fix-part-4
Correct env var setup in deploy-production.yml
2 parents 8d8ae3c + da5118e commit c471a82

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
@@ -11,8 +11,8 @@ env:
1111
REGION: us-central1
1212
SERVICE_NAME: policyengine-household-api
1313
IMAGE_NAME: us-central1-docker.pkg.dev/policyengine-household-api/policyengine-household-api/policyengine-household-api
14-
PYTHON_VERSION: '312' # Cannot use . in Artifact Registry versions
15-
IMAGE_VERSION: python${{ env.PYTHON_VERSION }}-latest
14+
PYTHON_VERSION: '3.12'
15+
IMAGE_VERSION: python312-latest # Cannot use . in Artifact Registry versions
1616

1717
jobs:
1818
lint-and-test:

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+
- Correct env var setup in deploy-production.yml

0 commit comments

Comments
 (0)