From 084fb1171b1dca71dca6e7da72e7fd90d62b3850 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 13 Jan 2023 11:21:45 +0800 Subject: [PATCH] .github/workflows/flux-image-automation-controller.yaml: 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 36d1689..1cc5f3d 100644 --- a/.github/workflows/flux-image-automation-controller.yaml +++ b/.github/workflows/flux-image-automation-controller.yaml @@ -7,9 +7,6 @@ on: - '.github/workflows/flux-image-automation-controller.yaml' branches: - main -defaults: - run: - working-directory: /home/runner/work/dockerfiles/dockerfiles/image-automation-controller jobs: docker: @@ -24,7 +21,8 @@ jobs: registry: artifact.onwalk.net username: admin password: ${{ secrets.HELM_REPO_PASSWORD }} - build_file: ./Dockerfile + path: /home/runner/work/dockerfiles/dockerfiles/image-automation-controller + build_file: /home/runner/work/dockerfiles/dockerfiles/image-automation-controller/Dockerfile image: k8s/fluxcd/image-automation-controller tag: v0.24.0 cache: true