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 6dd125d commit 68c4dbb
Show file tree
Hide file tree
Showing 20 changed files with 60 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for android

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for bazel

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for Bun

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for fluentci

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for clojure

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-devbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for devbox

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for devenv

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for elixir

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-elm-land.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for elm-land

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-esbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for esbuild

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for fastlane

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-flox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for flox

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-fluentci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for fluentci

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-gleam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for gleam

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for gradle

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for nix

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for node

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-pkgx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for pkgx

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-sonar-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for sonar-scanner

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Create and publish a Docker image for zig

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
push:
branches: ["latest"]
paths:
Expand Down

0 comments on commit 68c4dbb

Please sign in to comment.