Skip to content

Commit

Permalink
更新main.yml配置
Browse files Browse the repository at this point in the history
  • Loading branch information
electronic-pig committed Apr 21, 2024
1 parent 4c23c28 commit 882760c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/douban-webapp:latest
docker stop douban-container || true
docker rm douban-container || true
docker run -d --name douban-container -p 5000:5000 ${{ secrets.DOCKERHUB_USERNAME }}/douban-webapp:latest
docker run -d --name douban-webapp -p 8000:8000 ${{ secrets.DOCKERHUB_USERNAME }}/douban-webapp:latest
docker image prune -f
docker container prune -f

0 comments on commit 882760c

Please # to comment.