@@ -20,17 +20,17 @@ jobs:
20
20
21
21
- name : Print current build ID
22
22
run : |
23
- echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:ecb0a69e-514e-4d6c-b21e-dda87ed159e4
23
+ echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:518fd60b-f3b8-4d19-b90d-48a31f572f6e
24
24
25
25
- name : Configure AWS credentials
26
26
uses : aws-actions/configure-aws-credentials@v4
27
27
with :
28
28
role-to-assume : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/GitHubActionsDeployTaskIntegrationTests
29
29
role-session-name : deploy_task_integration_tests
30
30
aws-region : us-west-2
31
-
31
+
32
32
- 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@abe77ebded86b685c231c58bd5936280c6fcc011
33
+ uses : aws-actions/amazon-ecs-deploy-task-definition@c09125f04e4ef2ddc8ac37691634298dc7707d40
34
34
with :
35
35
task-definition : task-definition-run-task.json
36
36
cluster : github-actions-deploy-task-def-integ-test
@@ -39,10 +39,10 @@ jobs:
39
39
run-task-assign-public-IP : ENABLED
40
40
run-task-security-groups : sg-067ebcde49c0f3ad8
41
41
run-task-launch-type : FARGATE
42
- wait-for-task-stopped : false
42
+ wait-for-task-stopped : false
43
43
44
44
- 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@abe77ebded86b685c231c58bd5936280c6fcc011
45
+ uses : aws-actions/amazon-ecs-deploy-task-definition@c09125f04e4ef2ddc8ac37691634298dc7707d40
46
46
with :
47
47
task-definition : task-definition-run-task.json
48
48
cluster : github-actions-deploy-task-def-integ-test
54
54
wait-for-task-stopped : true
55
55
56
56
- name : Deploy Amazon ECS task definition with ECS Service
57
- uses : aws-actions/amazon-ecs-deploy-task-definition@abe77ebded86b685c231c58bd5936280c6fcc011
57
+ uses : aws-actions/amazon-ecs-deploy-task-definition@c09125f04e4ef2ddc8ac37691634298dc7707d40
58
58
with :
59
59
task-definition : task-definition.json
60
60
service : github-actions-deploy-task-def-integ-test
0 commit comments