fix: update github workflow #6

Merged
redrockjs merged 1 commits from dev into main 2024-05-12 15:44:43 +00:00
Showing only changes of commit de2a4b122f - Show all commits

View File

@@ -36,11 +36,11 @@ jobs:
- name: Pull Docker image from Docker Hub
run: |
sudo docker pull smallbuster/request-bot:latest
docker pull smallbuster/request-bot:latest
- name: Stop and remove existing container
run: |
sudo docker stop request-bot || true && docker rm request-bot || true
docker stop request-bot || true && docker rm request-bot || true
- name: Run Docker container
run: |