From 350b651964cab213730ffc7147afcb16d701ed72 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 13 Jan 2023 11:12:48 +0800 Subject: [PATCH] .github/workflows/flux-image-automation-controller.yaml: debug --- .github/workflows/flux-image-automation-controller.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/flux-image-automation-controller.yaml b/.github/workflows/flux-image-automation-controller.yaml index 4062894..ae9fc17 100644 --- a/.github/workflows/flux-image-automation-controller.yaml +++ b/.github/workflows/flux-image-automation-controller.yaml @@ -7,6 +7,9 @@ on: - '.github/workflows/flux-image-automation-controller.yaml' branches: - main +defaults: + run: + working-directory: image-automation-controller jobs: docker: @@ -16,7 +19,6 @@ jobs: - uses: actions/checkout@master - name: 'Artifact: build && push fluxcd/image-automation-controller image' - working-directory: ${GITHUB_WORKSPACE}/image-automation-controller uses: aevea/action-kaniko@master with: registry: artifact.onwalk.net