Skip to content

Commit

Permalink
feat: giving access to docker socket
Browse files Browse the repository at this point in the history
Signed-off-by: mohamedasifs123 <[email protected]>
  • Loading branch information
mohamedasifs123 authored Nov 1, 2024
1 parent c46da7b commit 6ce98ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build & Start containers
run: docker compose up --build --force-recreate --detach
run: |
sudo chmod 666 /var/run/docker.sock
docker compose up --build --force-recreate --detach
- name: Run tests
run: |
Expand Down

0 comments on commit 6ce98ad

Please sign in to comment.