From 44f4d2149ea34c4f0a2ee74c674071417c73c7c8 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 13 Jan 2023 11:18:01 +0800 Subject: [PATCH] .github/workflows/flux-image-automation-controller.yaml: debug --- .github/workflows/flux-image-automation-controller.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flux-image-automation-controller.yaml b/.github/workflows/flux-image-automation-controller.yaml index ae9fc17..36d1689 100644 --- a/.github/workflows/flux-image-automation-controller.yaml +++ b/.github/workflows/flux-image-automation-controller.yaml @@ -9,7 +9,7 @@ on: - main defaults: run: - working-directory: image-automation-controller + working-directory: /home/runner/work/dockerfiles/dockerfiles/image-automation-controller jobs: docker: @@ -24,7 +24,7 @@ jobs: registry: artifact.onwalk.net username: admin password: ${{ secrets.HELM_REPO_PASSWORD }} - build_file: Dockerfile + build_file: ./Dockerfile image: k8s/fluxcd/image-automation-controller tag: v0.24.0 cache: true