diff --git a/.github/workflows/flux-image-automation-controller.yaml b/.github/workflows/flux-image-automation-controller.yaml index 9ab969e..eac4019 100644 --- a/.github/workflows/flux-image-automation-controller.yaml +++ b/.github/workflows/flux-image-automation-controller.yaml @@ -21,8 +21,8 @@ jobs: registry: artifact.onwalk.net username: admin password: ${{ secrets.HELM_REPO_PASSWORD }} - path: image-automation-controller - build_file: Dockerfile + path: ./image-automation-controller + build_file: ./Dockerfile image: k8s/fluxcd/image-automation-controller tag: v0.24.0 cache: true