diff --git a/.github/workflows/flux-helm-controller-image.yaml b/.github/workflows/flux-helm-controller-image.yaml index 508976d..10c226e 100644 --- a/.github/workflows/flux-helm-controller-image.yaml +++ b/.github/workflows/flux-helm-controller-image.yaml @@ -21,7 +21,7 @@ jobs: registry: artifact.onwalk.net username: admin password: ${{ secrets.HELM_REPO_PASSWORD }} - build_file: dockerfiles/helm-controller.Dockerfile + build_file: dockerfiles/flux-helm-controller.Dockerfile image: k8s/fluxcd/helm-controller tag: v0.22.1 cache: true