Skip to content

Commit

Permalink
Update gradle-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sangminee authored Nov 1, 2023
1 parent 51dee7a commit 56ce435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
sudo docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
sudo docker rm -f $(sudo docker ps -qa)
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}
sudo docker-compose up -d
sudo docker image prune -f
docker-compose up -d
docker image prune -f

0 comments on commit 56ce435

Please sign in to comment.