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 @@ -120,6 +120,7 @@ jobs:
120120 - name : Show diff
121121 run : |
122122 docker run \
123+ -v /var/run/docker.sock:/var/run/docker.sock \
123124 -v "$(pwd)/.build":/home/cdkuser/workspace/ \
124125 -e AWS_ACCESS_KEY_ID=${{ steps.connect-aws.outputs.aws-access-key-id }} \
125126 -e AWS_SECRET_ACCESS_KEY=${{ steps.connect-aws.outputs.aws-secret-access-key }} \
@@ -138,6 +139,7 @@ jobs:
138139 if : ${{ inputs.DEPLOY_CODE == true }}
139140 run : |
140141 docker run \
142+ -v /var/run/docker.sock:/var/run/docker.sock \
141143 -v "$(pwd)/.build":/home/cdkuser/workspace/ \
142144 -e AWS_ACCESS_KEY_ID=${{ steps.connect-aws.outputs.aws-access-key-id }} \
143145 -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