1
0
Fork 0
mirror of https://github.com/iv-org/documentation.git synced 2025-05-03 07:14:56 -04:00

Setup daily build of the Docker image (Closes )

This commit is contained in:
TheFrenchGhosty 2022-03-24 18:05:31 +01:00
parent aab09c43d7
commit e4d9e04bcb

View file

@ -6,6 +6,10 @@ on:
branches: branches:
- "master" - "master"
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 */24 * * *' # Every 24 hours
jobs: jobs:
release: release: