Skip to content

Commit 9e72167

Browse files
committed
Enable docker inside docker to install pip
1 parent 3261e11 commit 9e72167

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cdk_release_code.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }} \

0 commit comments

Comments
 (0)