From bb6a4e4df658822017df815e94593725d703e410 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 13 Jan 2023 16:31:00 +0800 Subject: [PATCH] debug --- .github/workflows/flux-helm-controller-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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