From df7434ad2d32ebec2f105eb48dfa4bff3f25daec Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 13 Jan 2023 11:51:33 +0800 Subject: [PATCH] debug --- .github/workflows/flux-image-automation-controller.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/flux-image-automation-controller.yaml b/.github/workflows/flux-image-automation-controller.yaml index ff8f638..a84224b 100644 --- a/.github/workflows/flux-image-automation-controller.yaml +++ b/.github/workflows/flux-image-automation-controller.yaml @@ -21,9 +21,7 @@ jobs: registry: artifact.onwalk.net username: admin password: ${{ secrets.HELM_REPO_PASSWORD }} - path: ./image-automation-controller - build_file: ./image-automation-controller/Dockerfile + path: image-automation-controller + build_file: image-automation-controller/Dockerfile image: k8s/fluxcd/image-automation-controller tag: v0.24.0 - cache: true - cache_registry: cache