Skip to content

Commit

Permalink
Updated Github Actions YML
Browse files Browse the repository at this point in the history
  • Loading branch information
zzunipark committed Jun 1, 2024
1 parent 0d11fd0 commit 0a846c4
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 @@ -62,7 +62,7 @@ jobs:
run: sudo docker info

- name: pull docker image with latest tag
run: sudo docker pull ${{ secrets.DOCKERHUB_USERNAME }}/mindway-v2-backend:latest
run: sudo docker pull ${{ 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 0a846c4

Please sign in to comment.