Skip to content

Commit

Permalink
Gave Permission
Browse files Browse the repository at this point in the history
  • Loading branch information
zzunipark committed Jun 1, 2024
1 parent d05528f commit 855bd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
arguments: clean bootJar

- name: docker image build
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/mindway-v2-backend .
run: sudo docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/mindway-v2-backend .

- name: docker stop container
run: sudo docker stop $(sudo docker ps -q) 2> /dev/null || true
Expand Down

0 comments on commit 855bd9b

Please sign in to comment.