Skip to content

Commit ae4b1cb

Browse files
committed
ci: When launching a tools container, enable ecs exec.
1 parent 9c47941 commit ae4b1cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/launch-tools.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ jobs:
9898
echo "EOF" >> $GITHUB_OUTPUT
9999
- name: Launch container
100100
id: run-task
101-
uses: geekcell/github-action-aws-ecs-run-task@v5
101+
uses: jamesiarmes/github-action-aws-ecs-run-task@ecs-exec
102102
with:
103103
cluster: ${{ secrets.TF_VAR_PROJECT }}-${{ secrets.TF_VAR_ENVIRONMENT }}
104+
enable-execute-command: true
104105
task-definition: ${{ secrets.TF_VAR_PROJECT }}-${{ secrets.TF_VAR_ENVIRONMENT }}-tools
105106
override-container: ${{ secrets.TF_VAR_PROJECT }}-${{ secrets.TF_VAR_ENVIRONMENT }}-tools
106107
assign-public-ip: DISABLED

0 commit comments

Comments
 (0)