Skip to content

Commit

Permalink
Added nightly generation of nightly images
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Apr 10, 2023
1 parent c8890ab commit 272d7e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- n*
repository_dispatch:
types: [build_nightly]
schedule:
- cron: '43 5 * * 1-5'

jobs:
push_to_registry:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-image-nightly_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- nf*
repository_dispatch:
types: [build_nightlyf]
schedule:
- cron: '43 5 * * 1-5'

jobs:
push_to_registry:
Expand Down

0 comments on commit 272d7e0

Please sign in to comment.