From deec4e1ba1d3875f56460530715de70a299f5aca Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 13 Jan 2023 23:38:26 +0800 Subject: [PATCH] workflows: update jobs name --- .github/workflows/flux-cli-image.yaml | 2 +- .github/workflows/flux-helm-controller-image.yaml | 2 +- .github/workflows/flux-image-automation-controller.yaml | 2 +- .github/workflows/flux-image-reflector-controller.yaml | 2 +- .github/workflows/flux-kustomize-controller-image.yaml | 2 +- .github/workflows/flux-notification-controller-image.yaml | 2 +- .github/workflows/flux-source-controller-image.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/flux-cli-image.yaml b/.github/workflows/flux-cli-image.yaml index 88a93d0..bb03328 100644 --- a/.github/workflows/flux-cli-image.yaml +++ b/.github/workflows/flux-cli-image.yaml @@ -13,7 +13,7 @@ on: jobs: base-image: runs-on: ubuntu-latest - name: Build docker image + name: Build alpine base image steps: - uses: actions/checkout@master diff --git a/.github/workflows/flux-helm-controller-image.yaml b/.github/workflows/flux-helm-controller-image.yaml index 5ad1c3e..33189ca 100644 --- a/.github/workflows/flux-helm-controller-image.yaml +++ b/.github/workflows/flux-helm-controller-image.yaml @@ -13,7 +13,7 @@ on: jobs: base-image: runs-on: ubuntu-latest - name: Build docker image + name: Build alpine base image steps: - uses: actions/checkout@master diff --git a/.github/workflows/flux-image-automation-controller.yaml b/.github/workflows/flux-image-automation-controller.yaml index 9c001c5..acca79b 100644 --- a/.github/workflows/flux-image-automation-controller.yaml +++ b/.github/workflows/flux-image-automation-controller.yaml @@ -13,7 +13,7 @@ on: jobs: base-image: runs-on: ubuntu-latest - name: Build docker image + name: Build alpine base image steps: - uses: actions/checkout@master diff --git a/.github/workflows/flux-image-reflector-controller.yaml b/.github/workflows/flux-image-reflector-controller.yaml index ff22ce7..74549b9 100644 --- a/.github/workflows/flux-image-reflector-controller.yaml +++ b/.github/workflows/flux-image-reflector-controller.yaml @@ -13,7 +13,7 @@ on: jobs: base-image: runs-on: ubuntu-latest - name: Build docker image + name: Build alpine base image steps: - uses: actions/checkout@master diff --git a/.github/workflows/flux-kustomize-controller-image.yaml b/.github/workflows/flux-kustomize-controller-image.yaml index 33da50a..ed2b797 100644 --- a/.github/workflows/flux-kustomize-controller-image.yaml +++ b/.github/workflows/flux-kustomize-controller-image.yaml @@ -13,7 +13,7 @@ on: jobs: base-image: runs-on: ubuntu-latest - name: Build docker image + name: Build alpine base image steps: - uses: actions/checkout@master diff --git a/.github/workflows/flux-notification-controller-image.yaml b/.github/workflows/flux-notification-controller-image.yaml index c255ef1..e68367f 100644 --- a/.github/workflows/flux-notification-controller-image.yaml +++ b/.github/workflows/flux-notification-controller-image.yaml @@ -13,7 +13,7 @@ on: jobs: base-image: runs-on: ubuntu-latest - name: Build docker image + name: Build alpine base image steps: - uses: actions/checkout@master diff --git a/.github/workflows/flux-source-controller-image.yaml b/.github/workflows/flux-source-controller-image.yaml index 9a33bbf..06c72fc 100644 --- a/.github/workflows/flux-source-controller-image.yaml +++ b/.github/workflows/flux-source-controller-image.yaml @@ -13,7 +13,7 @@ on: jobs: base-image: runs-on: ubuntu-latest - name: Build docker image + name: Build alpine base image steps: - uses: actions/checkout@master