diff --git a/.github/workflows/flux-cli-image.yaml b/.github/workflows/flux-cli-image.yaml index cb86463..34a5167 100644 --- a/.github/workflows/flux-cli-image.yaml +++ b/.github/workflows/flux-cli-image.yaml @@ -3,8 +3,6 @@ on: pull_request: push: paths: - - 'base/alpine/Dockerfile' - - 'fluxcd/flux-cli.Dockerfile' - '.github/workflows/flux-cli-image.yaml' - '.github/workflows/alpine-with-custom-ca.yaml' branches: @@ -14,7 +12,6 @@ jobs: docker: name: Build docker image runs-on: ubuntu-latest - needs: base-image steps: - uses: actions/checkout@master @@ -29,20 +26,3 @@ jobs: tag: v0.31.3 cache: true cache_registry: cache - base-image: - runs-on: ubuntu-latest - name: Build alpine base image - steps: - - uses: actions/checkout@master - - - name: 'Artifact: build && push alpine with custom ca image' - uses: aevea/action-kaniko@master - with: - registry: artifact.onwalk.net - username: admin - password: ${{ secrets.HELM_REPO_PASSWORD }} - build_file: base/alpine/Dockerfile - image: k8s/alpine-ca - tag: latest - cache: true - cache_registry: cache diff --git a/.github/workflows/flux-helm-controller-image.yaml b/.github/workflows/flux-helm-controller-image.yaml index a958b7b..4dcd3b9 100644 --- a/.github/workflows/flux-helm-controller-image.yaml +++ b/.github/workflows/flux-helm-controller-image.yaml @@ -3,8 +3,6 @@ on: pull_request: push: paths: - - 'base/alpine/Dockerfile' - - 'fluxcd/flux-helm-controller.Dockerfile' - '.github/workflows/alpine-with-custom-ca.yaml' - '.github/workflows/flux-helm-controller-image.yaml' branches: @@ -13,7 +11,6 @@ on: jobs: docker: runs-on: ubuntu-latest - needs: base-image name: Build docker image steps: - uses: actions/checkout@master @@ -29,20 +26,3 @@ jobs: tag: v0.22.1 cache: true cache_registry: cache - base-image: - runs-on: ubuntu-latest - name: Build alpine base image - steps: - - uses: actions/checkout@master - - - name: 'Artifact: build && push alpine with custom ca image' - uses: aevea/action-kaniko@master - with: - registry: artifact.onwalk.net - username: admin - password: ${{ secrets.HELM_REPO_PASSWORD }} - build_file: base/alpine/Dockerfile - image: k8s/alpine-ca - tag: latest - cache: true - cache_registry: cache diff --git a/.github/workflows/flux-image-automation-controller.yaml b/.github/workflows/flux-image-automation-controller.yaml index 920f126..86a222b 100644 --- a/.github/workflows/flux-image-automation-controller.yaml +++ b/.github/workflows/flux-image-automation-controller.yaml @@ -3,8 +3,6 @@ on: pull_request: push: paths: - - 'base/alpine/Dockerfile' - - '.github/workflows/alpine-with-custom-ca.yaml' - 'fluxcd/flux-image-automation-controller.Dockerfile' - '.github/workflows/flux-image-automation-controller.yaml' branches: @@ -12,7 +10,6 @@ on: jobs: docker: - needs: base-image runs-on: ubuntu-latest name: Build docker image steps: @@ -29,20 +26,3 @@ jobs: tag: v0.23.4 cache: true cache_registry: cache - base-image: - runs-on: ubuntu-latest - name: Build alpine base image - steps: - - uses: actions/checkout@master - - - name: 'Artifact: build && push alpine with custom ca image' - uses: aevea/action-kaniko@master - with: - registry: artifact.onwalk.net - username: admin - password: ${{ secrets.HELM_REPO_PASSWORD }} - build_file: base/alpine/Dockerfile - image: k8s/alpine-ca - tag: latest - cache: true - cache_registry: cache diff --git a/.github/workflows/flux-image-reflector-controller.yaml b/.github/workflows/flux-image-reflector-controller.yaml index a5bfc50..32fe4ae 100644 --- a/.github/workflows/flux-image-reflector-controller.yaml +++ b/.github/workflows/flux-image-reflector-controller.yaml @@ -3,8 +3,6 @@ on: pull_request: push: paths: - - 'base/alpine/Dockerfile' - - '.github/workflows/alpine-with-custom-ca.yaml' - 'fluxcd/flux-image-reflector-controller.Dockerfile' - '.github/workflows/flux-image-reflector-controller.yaml' branches: @@ -12,7 +10,6 @@ on: jobs: docker: - needs: base-image runs-on: ubuntu-latest name: Build docker image steps: @@ -29,20 +26,3 @@ jobs: tag: v0.19.2 cache: true cache_registry: cache - base-image: - runs-on: ubuntu-latest - name: Build alpine base image - steps: - - uses: actions/checkout@master - - - name: 'Artifact: build && push alpine with custom ca image' - uses: aevea/action-kaniko@master - with: - registry: artifact.onwalk.net - username: admin - password: ${{ secrets.HELM_REPO_PASSWORD }} - build_file: base/alpine/Dockerfile - image: k8s/alpine-ca - tag: latest - cache: true - cache_registry: cache diff --git a/.github/workflows/flux-kustomize-controller-image.yaml b/.github/workflows/flux-kustomize-controller-image.yaml index 5d4186f..c02bf1f 100644 --- a/.github/workflows/flux-kustomize-controller-image.yaml +++ b/.github/workflows/flux-kustomize-controller-image.yaml @@ -3,8 +3,6 @@ on: pull_request: push: paths: - - 'base/alpine/Dockerfile' - - '.github/workflows/alpine-with-custom-ca.yaml' - 'fluxcd/flux-kustomize-controller.Dockerfile' - '.github/workflows/flux-kustomize-controller-image.yaml' branches: @@ -12,7 +10,6 @@ on: jobs: docker: - needs: base-image runs-on: ubuntu-latest name: Build docker image steps: @@ -29,20 +26,3 @@ jobs: tag: v0.26.2 cache: true cache_registry: cache - base-image: - runs-on: ubuntu-latest - name: Build alpine base image - steps: - - uses: actions/checkout@master - - - name: 'Artifact: build && push alpine with custom ca image' - uses: aevea/action-kaniko@master - with: - registry: artifact.onwalk.net - username: admin - password: ${{ secrets.HELM_REPO_PASSWORD }} - build_file: base/alpine/Dockerfile - image: k8s/alpine-ca - tag: latest - cache: true - cache_registry: cache diff --git a/.github/workflows/flux-notification-controller-image.yaml b/.github/workflows/flux-notification-controller-image.yaml index 9255dfe..29c1fe3 100644 --- a/.github/workflows/flux-notification-controller-image.yaml +++ b/.github/workflows/flux-notification-controller-image.yaml @@ -3,8 +3,6 @@ on: pull_request: push: paths: - - 'base/alpine/Dockerfile' - - '.github/workflows/alpine-with-custom-ca.yaml' - '.github/workflows/flux-notification-controller-image.yaml' - 'dockerfiles/flux-notification-controller.Dockerfile' branches: @@ -12,7 +10,6 @@ on: jobs: docker: - needs: base-image runs-on: ubuntu-latest name: Build docker image steps: @@ -29,20 +26,3 @@ jobs: tag: v0.24.0 cache: true cache_registry: cache - base-image: - runs-on: ubuntu-latest - name: Build alpine base image - steps: - - uses: actions/checkout@master - - - name: 'Artifact: build && push alpine with custom ca image' - uses: aevea/action-kaniko@master - with: - registry: artifact.onwalk.net - username: admin - password: ${{ secrets.HELM_REPO_PASSWORD }} - build_file: base/alpine/Dockerfile - image: k8s/alpine-ca - tag: latest - cache: true - cache_registry: cache diff --git a/.github/workflows/flux-source-controller-image.yaml b/.github/workflows/flux-source-controller-image.yaml index a92a641..59dcb9e 100644 --- a/.github/workflows/flux-source-controller-image.yaml +++ b/.github/workflows/flux-source-controller-image.yaml @@ -3,8 +3,6 @@ on: pull_request: push: paths: - - 'base/alpine/Dockerfile' - - '.github/workflows/alpine-with-custom-ca.yaml' - 'fluxcd/flux-source-controller.Dockerfile' - '.github/workflows/flux-source-controller-image.yaml' branches: @@ -12,7 +10,6 @@ on: jobs: docker: - needs: base-image runs-on: ubuntu-latest name: Build docker image steps: @@ -29,20 +26,3 @@ jobs: tag: v0.25.9 cache: true cache_registry: cache - base-image: - runs-on: ubuntu-latest - name: Build alpine base image - steps: - - uses: actions/checkout@master - - - name: 'Artifact: build && push alpine with custom ca image' - uses: aevea/action-kaniko@master - with: - registry: artifact.onwalk.net - username: admin - password: ${{ secrets.HELM_REPO_PASSWORD }} - build_file: base/alpine/Dockerfile - image: k8s/alpine-ca - tag: latest - cache: true - cache_registry: cache