You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| artifact-bucket-name | true | The secret with the name of the artifact S3 bucket | artifact-bucket-1234 |
12
-
| container-sign-kms-key-arn | false | The secret with the name of the Signing Profile resource in AWS | signing-profile-1234 |
13
-
| working-directory | false | The working directory containing the SAM app and the template file | ./sam-ecr-app |
14
-
| template-file | false | The name of the CF template for the application. This defaults to template.yaml | custom-template.yaml |
15
-
| role-to-assume-arn | true | The secret with the GitHub Role ARN from the pipeline stack | arn:aws:iam::0123456789999:role/myawesomeapppipeline-GitHubActionsRole-16HIKMTBBDL8Y |
16
-
| ecr-repo-name | true | The secret with the name of the ECR repo created by the app-container-repository stack | app-container-repository-tobytraining-containerrepository-i6gdfkdnwrrm |
17
-
| dockerfile | false | The Dockerfile to use for the build | Dockerfile
18
-
| docker-build-path | false | The Dockerfile path to use for the build | Docker-build-path
19
-
| checkout-repo | false | Checks out the repo as the first step of the action. Default "true". | "true"
| artifact-bucket-name | true | The secret with the name of the artifact S3 bucket | artifact-bucket-1234 |
12
+
| container-sign-kms-key-arn | false | The secret with the name of the Signing Profile resource in AWS | signing-profile-1234 |
13
+
| working-directory | false | The working directory containing the SAM app and the template file | ./sam-ecr-app |
14
+
| template-file | false | The name of the CF template for the application. This defaults to template.yaml | custom-template.yaml |
15
+
| role-to-assume-arn | true | The secret with the GitHub Role ARN from the pipeline stack | arn:aws:iam::0123456789999:role/myawesomeapppipeline-GitHubActionsRole-16HIKMTBBDL8Y |
16
+
| ecr-repo-name | true | The secret with the name of the ECR repo created by the app-container-repository stack | app-container-repository-tobytraining-containerrepository-i6gdfkdnwrrm |
17
+
| dockerfile | false | The Dockerfile to use for the build | Dockerfile |
18
+
| docker-build-path | false | The Dockerfile path to use for the build | Docker-build-path |
19
+
| docker-platform | false | The target architecture for the image build | "" |
20
+
| checkout-repo | false | Checks out the repo as the first step of the action. Default "true". | "true" |
0 commit comments