Update .forgejo/workflows/docker.yml
All checks were successful
Create Docker image / deploy (push) Successful in 27s
All checks were successful
Create Docker image / deploy (push) Successful in 27s
This commit is contained in:
parent
e192045653
commit
f0121f2388
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ name: Create Docker image
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue