Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
david-parkk committed May 3, 2024
1 parent 64cbb8b commit 438f654
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,10 @@ jobs:
envs: GITHUB_SHA
script: |
sudo docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
echo {{secrets.PROJECT_PATH}}
cd {{secrets.PROJECT_PATH}}
sudo docker-compose stop
sudo docker rm $(docker ps -a -q)
sudo docker rmi ${{ secrets.DOCKER_USERNAME }}/sample-repository
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/sample-repository
Expand Down

0 comments on commit 438f654

Please sign in to comment.