Skip to content

Commit

Permalink
chore: update base periodically to resolve security issues. (#2470)
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Mar 13, 2023
1 parent 5387acf commit 0ecd9af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-kube-ovn-base.yaml
@@ -1,5 +1,8 @@
name: Build Base
on: workflow_dispatch
on:
workflow_dispatch:
schedule:
- cron: "20 19 * * *"

jobs:
build-amd64:
Expand Down

0 comments on commit 0ecd9af

Please sign in to comment.