From 0dd04bbcfb09cb26827d1b524efe51b39fb87546 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 13 Jan 2023 10:41:00 +0800 Subject: [PATCH] .github/workflows/flux-image-automation-controller.yaml: change dockerfile path --- .github/workflows/flux-image-automation-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flux-image-automation-controller.yaml b/.github/workflows/flux-image-automation-controller.yaml index e620d03..16c1f44 100644 --- a/.github/workflows/flux-image-automation-controller.yaml +++ b/.github/workflows/flux-image-automation-controller.yaml @@ -22,7 +22,7 @@ jobs: username: admin password: ${{ secrets.HELM_REPO_PASSWORD }} path: image-automation-controller - build_file: image-automation-controller/Dockerfile + build_file: Dockerfile image: k8s/fluxcd/image-automation-controller tag: v0.24.0 cache: true