Skip to content

fix: streamline Redis subscription handling and cleanup process in wo… #1

fix: streamline Redis subscription handling and cleanup process in wo…

fix: streamline Redis subscription handling and cleanup process in wo… #1

Workflow file for this run

name: "Docker Cleanup Cron"
on:
push:
schedule:
- cron: '0 0 * * *' # Runs every day at midnight UTC
jobs:
docker-cleanup:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run Docker Cleanup
uses: ikrambagban/docker-pruner@v1
with:
host: ${{ secrets.VM_HOST }}
username: ${{ secrets.VM_USERNAME }}
key: ${{ secrets.VM_SSH_KEY }}