Skip to content

Commit fa93f18

Browse files
committed
Add comment describing rationale
1 parent db62afe commit fa93f18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-dev.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
- name: Install deps
3535
run: npm install
3636

37-
#
37+
# Python package version MUST be a semantic version, but also doesn't
38+
# matter, so just setting to 0.0.0.
39+
# The container version MUST change on every push to get Cloud Run
40+
# to re-deploy, so is based on git hash.
3841
- name: Build container
3942
run: make PACKAGE_VERSION=0.0.0 VERSION=${{ steps.version.outputs.VERSION }}
4043
- id: auth

0 commit comments

Comments
 (0)