workflows: set schedule 0 0 * * *

This commit is contained in:
Haitao Pan 2023-05-29 23:45:18 +08:00
parent 1a53fe628c
commit 6f53b2a598
11 changed files with 34 additions and 3 deletions

View File

@ -1,5 +1,8 @@
name: Build & push app ci runner images
on:
schedule:
- cron: "0 0 * * *"
pull_request:
push:
paths:
@ -13,6 +16,7 @@ on:
- 'oci/app-runner/chart-builder-alpine/Dockerfile'
- 'oci/app-runner/chart-builder-alpine/repositories'
- 'oci/app-runner/image-builder-alpine/Dockerfile'
workflow_dispatch:
branches:
- main

View File

@ -1,11 +1,14 @@
name: Build & push aws-cn-oidc-broker images
on:
schedule:
- cron: "0 0 * * *"
pull_request:
push:
paths:
- 'oci/aws-cn-oidc-broker/Dockerfile'
- 'oci/aws-global-oidc-broker/Dockerfile'
- '.github/workflows/aws-oidc-broker.yaml'
workflow_dispatch:
branches:
- main

View File

@ -1,5 +1,7 @@
name: Build & push base images
on:
schedule:
- cron: "0 0 * * *"
pull_request:
push:
paths:
@ -12,6 +14,7 @@ on:
- 'oci/base/alpine-awscli/Dockerfile'
- 'oci/base/alpine-awscli-python3/Dockerfile'
- '.github/workflows/base-images.yaml'
workflow_dispatch:
branches:
- main

View File

@ -1,10 +1,13 @@
name: Sync Chart
on:
schedule:
- cron: "0 0 * * *"
pull_request:
push:
paths:
- '.github/workflows/charts.yaml'
workflow_dispatch:
branches:
- main

View File

@ -1,10 +1,13 @@
name: Build & push chat-with-gpt images
on:
schedule:
- cron: "0 0 * * *"
pull_request:
push:
paths:
- 'oci/chat-with-gpt/Dockerfile'
- '.github/workflows/chat-with-gpt.yaml'
workflow_dispatch:
branches:
- main

View File

@ -1,6 +1,8 @@
name: Build & push datadog agent images
on:
schedule:
- cron: "0 0 * * *"
pull_request:
push:
paths:
@ -26,7 +28,7 @@ jobs:
path: 'oci/datadog/cluster-agent/'
build_file: 'Dockerfile'
image: public/datadog/cluster-agent
tag: 7.43.1
tag: 7.44.1
cache: false
cache_registry: cache
datadog-agent:
@ -44,6 +46,6 @@ jobs:
path: 'oci/datadog/agent/'
build_file: 'Dockerfile'
image: public/datadog/agent
tag: 7.43.1
tag: 7.44.1
cache: false
cache_registry: cache

View File

@ -1,10 +1,13 @@
name: Build & push dotnetcore-app images
on:
schedule:
- cron: "0 0 * * *"
pull_request:
push:
paths:
- 'oci/dotnetcore-app/Dockerfile'
- '.github/workflows/dotnetcore-app.yaml'
workflow_dispatch:
branches:
- main

View File

@ -1,5 +1,7 @@
name: Build & push flux-cd images
on:
schedule:
- cron: "0 0 * * *"
pull_request:
push:
paths:
@ -11,6 +13,7 @@ on:
- 'oci/fluxcd/flux-kustomize-controller/Dockerfile'
- 'oci/fluxcd/flux-notification-controller/Dockerfile'
- 'oci/fluxcd/flux-source-controller/Dockerfile'
workflow_dispatch:
branches:
- main

View File

@ -1,4 +1,7 @@
name: Create AWS Golden AMI
on:
schedule:
- cron: "0 0 * * *"
pull_request:
push:
paths:
@ -7,6 +10,7 @@ name: Create AWS Golden AMI
- '.github/workflows/packer/ubuntu-os-ami.json'
- '.github/workflows/packer/ubuntu-os-ami.json.pkr.hcl'
- '.github/workflows/packer/golden-image-pipeline.yaml'
workflow_dispatch:
branches:
- main

View File

@ -1,5 +1,7 @@
name: Build & push iac ci runner images
on:
schedule:
- cron: "0 0 * * *"
pull_request:
push:
paths:
@ -11,6 +13,7 @@ on:
- 'oci/iac-runner/pulumi-aws/main.tf'
- 'oci/iac-runner/pulumi-aws/Dockerfile'
- 'oci/iac-runner/pulumi-aws/.terraformrc'
workflow_dispatch:
branches:
- main

View File

@ -1,4 +1,4 @@
FROM artifact.onwalk.net/k8s/datadog/agent:7.43.1
FROM artifact.onwalk.net/k8s/datadog/agent:7.44.1
LABEL maintainer "Datadog <package@datadoghq.com>"