2020
2121 - name : Print current build ID
2222 run : |
23- echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:f864533a-5bde-431d-8b21-dac474f09d37
23+ echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:b221c3bd-5162-475d-8c26-c8e22ae2b4f4
2424
2525 - name : Configure AWS credentials
2626 uses : aws-actions/configure-aws-credentials@v4
3030 aws-region : us-west-2
3131
3232 - name : Deploy Amazon ECS task definition with one-off task and wait for task stopped set to false
33- uses : aws-actions/amazon-ecs-deploy-task-definition@0bad458c6aa901707e510cd05b797b05da075633
33+ uses : aws-actions/amazon-ecs-deploy-task-definition@8230edfe842008418c5275908cae75e51d3befb2
3434 with :
3535 task-definition : task-definition-run-task.json
3636 cluster : github-actions-deploy-task-def-integ-test
4242 wait-for-task-stopped : false
4343
4444 - name : Deploy Amazon ECS task definition with one-off task and wait for task stopped set to true
45- uses : aws-actions/amazon-ecs-deploy-task-definition@0bad458c6aa901707e510cd05b797b05da075633
45+ uses : aws-actions/amazon-ecs-deploy-task-definition@8230edfe842008418c5275908cae75e51d3befb2
4646 with :
4747 task-definition : task-definition-run-task.json
4848 cluster : github-actions-deploy-task-def-integ-test
5555 enable-ecs-managed-tags : true
5656
5757 - name : Deploy Amazon ECS task definition with ECS Service
58- uses : aws-actions/amazon-ecs-deploy-task-definition@0bad458c6aa901707e510cd05b797b05da075633
58+ uses : aws-actions/amazon-ecs-deploy-task-definition@8230edfe842008418c5275908cae75e51d3befb2
5959 with :
6060 task-definition : task-definition.json
6161 service : github-actions-deploy-task-def-integ-test
6464 enable-ecs-managed-tags : true
6565
6666 - name : Deploy Amazon ECS task definition with ECS Service VolumeConfiguration
67- uses : aws-actions/amazon-ecs-deploy-task-definition@0bad458c6aa901707e510cd05b797b05da075633
67+ uses : aws-actions/amazon-ecs-deploy-task-definition@8230edfe842008418c5275908cae75e51d3befb2
6868 with :
6969 task-definition : task-definition-volume-configuration.json
7070 service : github-actions-deploy-task-def-integ-test
7575 service-managed-ebs-volume : ' {"filesystemType":"xfs","roleArn":"arn:aws:iam::${{secrets.AWS_ACCOUNT_ID}}:role/GitHubActionsVolumeConfigurationsEBSRole","encrypted":false,"sizeInGiB":30}'
7676
7777 - name : Deploy Amazon ECS task definition with one-off task and VolumeConfiguration
78- uses : aws-actions/amazon-ecs-deploy-task-definition@0bad458c6aa901707e510cd05b797b05da075633
78+ uses : aws-actions/amazon-ecs-deploy-task-definition@8230edfe842008418c5275908cae75e51d3befb2
7979 with :
8080 task-definition : task-definition-run-task-volume-configuration.json
8181 cluster : github-actions-deploy-task-def-integ-test
8787 run-task-managed-ebs-volume-name : " ebs1"
8888 run-task-managed-ebs-volume : ' {"filesystemType":"xfs","roleArn":"arn:aws:iam::${{secrets.AWS_ACCOUNT_ID}}:role/GitHubActionsVolumeConfigurationsEBSRole","encrypted":false,"sizeInGiB":30}'
8989 run-task-started-by : " GitHub-Actions-EBS-Test"
90- wait-for-task-stopped : true
90+ wait-for-task-stopped : true
0 commit comments