Skip to content

Commit

Permalink
schedules pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Jan 29, 2025
1 parent ff7b1bf commit 420262e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image-nginx-non-root.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- main
tags:
- "*"
schedule:
- cron: "15 4 1 * *"

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker-image-s3cmd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- main
tags:
- "*"
schedule:
- cron: "15 4 1 * *"

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker-image-socat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- main
tags:
- "*"
schedule:
- cron: "15 4 1 * *"

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker-image-utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- main
tags:
- "*"
schedule:
- cron: "15 4 1 * *"

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 420262e

Please sign in to comment.