Skip to content

Commit

Permalink
trying DinD in GH Action for Local_Stack
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Oct 14, 2024
1 parent c4d1c6a commit 0bbc4e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/docker__local-stack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ runs:
-e SERVICES="${{ inputs.LOCAL_STACK_SERVICES }}" \
-e AWS_ACCESS_KEY_ID="${{ inputs.AWS_ACCESS_KEY_ID }}" \
-e AWS_SECRET_ACCESS_KEY="${{ inputs.AWS_SECRET_ACCESS_KEY }}" \
-v /var/run/docker.sock:/var/run/docker.sock \
--name localstack-server \
localstack/localstack:latest
Expand Down

0 comments on commit 0bbc4e7

Please sign in to comment.