File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ jobs:
144144 run : |
145145 docker run \
146146 -v "$(pwd)":/home/cdkuser/workspace \
147+ -v /var/run/docker.sock:/var/run/docker.sock \
147148 -w /home/cdkuser/workspace \
148149 -e AWS_ACCESS_KEY_ID=${{ steps.connect-aws.outputs.aws-access-key-id }} \
149150 -e AWS_SECRET_ACCESS_KEY=${{ steps.connect-aws.outputs.aws-secret-access-key }} \
@@ -159,6 +160,7 @@ jobs:
159160 run : |
160161 docker run \
161162 -v "$(pwd)":/home/cdkuser/workspace/ \
163+ -v /var/run/docker.sock:/var/run/docker.sock \
162164 -w /home/cdkuser/workspace \
163165 -e AWS_ACCESS_KEY_ID=${{ steps.connect-aws.outputs.aws-access-key-id }} \
164166 -e AWS_SECRET_ACCESS_KEY=${{ steps.connect-aws.outputs.aws-secret-access-key }} \
You can’t perform that action at this time.
0 commit comments