We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a972a0 + 9aea9ad commit 2b43936Copy full SHA for 2b43936
1 file changed
.github/workflows/deploy.yml
@@ -48,10 +48,13 @@ jobs:
48
49
- name: Deploy image repository stack
50
working-directory: infra/cdk
51
+ env:
52
+ VERSION: ${{ github.event.release.tag_name }}
53
run: |
54
source .venv/bin/activate
55
cdk deploy \
56
ComposeRunnerImageRepositoriesStack \
57
+ -c composeRunnerVersion=${VERSION} \
58
--require-approval never
59
60
- name: Verify ComposeRunnerStack does not synthesize CDK Docker assets
0 commit comments