Skip to content

Commit

Permalink
rebuild images every hour
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 4, 2024
1 parent d583c63 commit 914c0af
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/devbox-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ name: Docker (devbox)

on:
schedule:
- cron: "40 2 * * *"
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["main"]
# Publish semver tags as releases.
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/devenv-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ name: Docker (devenv)

on:
schedule:
- cron: "40 2 * * *"
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["main"]
# Publish semver tags as releases.
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/flox-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ name: Docker (flox)

on:
schedule:
- cron: "40 2 * * *"
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["main"]
# Publish semver tags as releases.
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/homebrew-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ name: Docker (homebrew)

on:
schedule:
- cron: "40 2 * * *"
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["main"]
# Publish semver tags as releases.
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nix-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ name: Docker (nix)

on:
schedule:
- cron: "40 2 * * *"
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["main"]
# Publish semver tags as releases.
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pkgx-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ name: Docker (pkgx)

on:
schedule:
- cron: "40 2 * * *"
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["main"]
# Publish semver tags as releases.
Expand Down

0 comments on commit 914c0af

Please sign in to comment.