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.
1 parent 7d570da commit f62fabfCopy full SHA for f62fabf
.github/workflows/build.yaml
@@ -25,13 +25,18 @@ jobs:
25
capabilities: CAPABILITY_NAMED_IAM
26
no-fail-on-empty-changeset: 1
27
28
+ - name: Set ECR Stack Name
29
+ id: ecr-stack-name
30
+ run: echo ECR_STACK_NAME=GoCaptureECR >> $GITHUB_OUTPUT
31
+
32
- name: Deploy ECR repository
33
uses: aws-actions/aws-cloudformation-github-deploy@v1
34
with:
- name: GoCaptureECR
35
+ name: ${{ steps.ecr-stack-name.outputs.ECR_STACK_NAME }}
36
template: cloud-formation/ecr.yaml
37
38
39
40
- name: Beta Deploy User
41
42
0 commit comments