Skip to content

Commit

Permalink
Add gh action to rebuild nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
calebsyring committed Aug 17, 2023
1 parent a319532 commit 5fdd420
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/rebuild-nightly.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Rebuild nightly

on:
schedule:
- cron: '0 0 * * *'

jobs:
rebuild:
runs-on: ubuntu-latest
steps:
- uses: satak/webrequest-action@master
with:
url: ${{secrets.DOCKER_REBUILD_URL}}
method: POST

0 comments on commit 5fdd420

Please sign in to comment.