fixed: helm-controller ci config
This commit is contained in:
parent
bbd9ea0b59
commit
a47006dc3b
@ -15,13 +15,13 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: 'Artifact: build && push fluxcd/flux-cli image'
|
||||
- name: 'Artifact: build && push fluxcd/helm-controller image'
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
registry: artifact.onwalk.net
|
||||
username: admin
|
||||
password: ${{ secrets.HELM_REPO_PASSWORD }}
|
||||
build_file: dockerfiles/flux-cli.Dockerfile
|
||||
build_file: dockerfiles/helm-controller.Dockerfile
|
||||
image: k8s/fluxcd/helm-controller
|
||||
tag: v0.22.1
|
||||
cache: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user