Skip to content

Commit

Permalink
#fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PL-FE committed Oct 29, 2022
1 parent 32889be commit 9699459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
docker rm bpmn-camunda
docker rmi ${{ secrets.DOCKER_REPOSITORY }}:latest
docker pull ${{ secrets.DOCKER_REPOSITORY }}:latest
docker run -d -p 10001:80 --name bpmn-camunda ${{ secrets.DOCKER_REPOSITORY }}:latest
docker run --restart=always -d -p 10001:80 --name bpmn-camunda ${{ secrets.DOCKER_REPOSITORY }}:latest

0 comments on commit 9699459

Please sign in to comment.