Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
script: |
CI=true docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} -p ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
CI=true docker stop workfall-rocket-rs
CI=true docker image prune -a
CI=true docker rm workfall-rocket-rs
CI=true docker image prune -a -f
CI=true docker pull elonaire/workfall-rocket-rs:latest
CI=true docker run --name=workfall-rocket-rs -d -p 80:8000 elonaire/workfall-rocket-rs:latest