diff --git a/.github/workflows/flux-image-automation-controller.yaml b/.github/workflows/flux-image-automation-controller.yaml index c2a3cdf..fee710c 100644 --- a/.github/workflows/flux-image-automation-controller.yaml +++ b/.github/workflows/flux-image-automation-controller.yaml @@ -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 diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..b15f0e3 --- /dev/null +++ b/Readme.md @@ -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* + + diff --git a/image-automation-controller b/image-automation-controller new file mode 160000 index 0000000..ca012e2 --- /dev/null +++ b/image-automation-controller @@ -0,0 +1 @@ +Subproject commit ca012e2b71c6613ed0fee519926f6817173e398b