mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Fix base image build schedule
This commit is contained in:
2
.github/workflows/build_base_images.yml
vendored
2
.github/workflows/build_base_images.yml
vendored
@@ -2,7 +2,7 @@ name: Build base images
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '10 0 * * *' # 10am UTC
|
||||
- cron: '0 10 * * *' # 10am UTC
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
||||
Reference in New Issue
Block a user