Skip to content

Commit

Permalink
rebuild docker images regularly (cve's and such)
Browse files Browse the repository at this point in the history
  • Loading branch information
keydon committed Jan 3, 2025
1 parent b38f2da commit 90192b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Docker Image CI
on:
push:
branches: master
schedule:
- cron: '34 4 * * 0'


jobs:
verify:
Expand Down

0 comments on commit 90192b2

Please sign in to comment.