.github/workflows/flux-image-automation-controller.yaml: add working-directory

This commit is contained in:
Haitao Pan 2023-01-13 11:06:41 +08:00
parent c44bfdd4bb
commit fb7f2d2849

View File

@ -16,12 +16,12 @@ 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
username: admin
password: ${{ secrets.HELM_REPO_PASSWORD }}
path: ./image-automation-controller
build_file: Dockerfile
image: k8s/fluxcd/image-automation-controller
tag: v0.24.0