Update .gitea/workflows/default.yml
All checks were successful
Gitea CI/CD / build (push) Successful in 1m41s
All checks were successful
Gitea CI/CD / build (push) Successful in 1m41s
Commit with prune.
This commit is contained in:
@@ -40,6 +40,7 @@ jobs:
|
||||
fi
|
||||
docker login registry.rokoh.com -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} && docker image pull registry.rokoh.com/rokoh:latest
|
||||
docker run -d -p 2000:80 --restart=always --name rokoh registry.rokoh.com/rokoh
|
||||
docker image prune -f
|
||||
|
||||
- name: Prune Docker resources
|
||||
run: docker system prune -af --volumes
|
||||
Reference in New Issue
Block a user