.github/workflows/flux-image-automation-controller.yaml: debug
This commit is contained in:
parent
70a812015f
commit
084fb1171b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user