Skip to content

Commit 2331f0c

Browse files
committed
sudo
1 parent 18fd089 commit 2331f0c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/basket-api.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,8 @@ jobs:
6363
username: ${{ secrets.USERNAME }}
6464
password: ${{ secrets.PASSWORD }}
6565

66-
- name: Docker environment
67-
run: docker-machine env dev
68-
shell: bash
69-
7066
- name: Compose build ${{ env.services }}
71-
run: docker-compose -f src/docker-compose.yml build ${{ env.services }}
67+
run: sudo docker-compose -f src/docker-compose.yml build ${{ env.services }}
7268
shell: bash
7369
env:
7470
TAG: ${{ env.branch }}

0 commit comments

Comments
 (0)