We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e892cef commit 6a81c20Copy full SHA for 6a81c20
.github/workflows/workflow.yml
@@ -53,6 +53,6 @@ jobs:
53
with:
54
name: fraud-detection
55
template: template.yaml
56
- parameter-overrides: "Environment=dev,Region=${{ env.aws-region }},ECRRepositoryTag=${{ env.commit-sha }}"
+ parameter-overrides: "ECRRepositoryTag=${{ env.commit-sha }}"
57
capabilities: "CAPABILITY_IAM,CAPABILITY_AUTO_EXPAND"
58
disable-rollback: true # handle it manually and rollbacks are weird
0 commit comments