Skip to content

Commit 2b43936

Browse files
authored
Merge pull request #49 from neurostuff/fix/aws_deploy
fix aws stack
2 parents 9a972a0 + 9aea9ad commit 2b43936

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,13 @@ jobs:
4848

4949
- name: Deploy image repository stack
5050
working-directory: infra/cdk
51+
env:
52+
VERSION: ${{ github.event.release.tag_name }}
5153
run: |
5254
source .venv/bin/activate
5355
cdk deploy \
5456
ComposeRunnerImageRepositoriesStack \
57+
-c composeRunnerVersion=${VERSION} \
5558
--require-approval never
5659
5760
- name: Verify ComposeRunnerStack does not synthesize CDK Docker assets

0 commit comments

Comments
 (0)