add flux image-automation-controller

This commit is contained in:
Haitao Pan 2023-01-13 10:30:23 +08:00
parent 630b67d91e
commit 110655a538
3 changed files with 7 additions and 3 deletions

View File

@ -3,7 +3,7 @@ on:
pull_request:
push:
paths:
- 'dockerfiles/flux-image-automation-controller.Dockerfile'
- 'image-automation-controller/Dockerfile'
- '.github/workflows/flux-image-automation-controller.yaml'
branches:
- main
@ -15,13 +15,13 @@ jobs:
steps:
- uses: actions/checkout@master
- name: 'Artifact: build && push fluxcd/flux-cli image'
- name: 'Artifact: build && push fluxcd/image-automation-controller image'
uses: aevea/action-kaniko@master
with:
registry: artifact.onwalk.net
username: admin
password: ${{ secrets.HELM_REPO_PASSWORD }}
build_file: dockerfiles/flux-helm-controller.Dockerfile
build_file: image-automation-controller/Dockerfile
image: k8s/fluxcd/image-automation-controller
tag: v0.24.0
cache: true

3
Readme.md Normal file
View File

@ -0,0 +1,3 @@
git clone https://github.com/fluxcd/image-automation-controller.git --branch v0.24.0 && cd image-automation-controller && git switch -c main && rm -rvf .git*

@ -0,0 +1 @@
Subproject commit ca012e2b71c6613ed0fee519926f6817173e398b