Update .forgejo/workflows/docker.yml
All checks were successful
Create Docker image / deploy (push) Successful in 27s

This commit is contained in:
Nova Cat 2025-04-07 14:58:38 -07:00
parent e192045653
commit f0121f2388

View file

@ -3,6 +3,8 @@ name: Create Docker image
on:
workflow_dispatch:
push:
schedule:
- cron: '0 0 * * *'
jobs:
deploy: