update
This commit is contained in:
parent
3f9299ef08
commit
498edd153f
20
.github/workflows/flux-cli-image.yaml
vendored
20
.github/workflows/flux-cli-image.yaml
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user