Skip to content

Commit

Permalink
Update server-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
friendshipkim97 authored Aug 16, 2024
1 parent 2a91ff9 commit bd44a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
sudo docker rm $OLD_CONTAINER_NAME || true
fi
docker rmi $(docker images -f "dangling=true" -q) || true
sudo docker rmi $(docker images -f "dangling=true" -q) || true
- name: Notify Slack - Deployment Finished
if: success()
Expand Down

0 comments on commit bd44a66

Please sign in to comment.