fixed: helm-controller ci config

This commit is contained in:
Haitao Pan 2023-01-13 16:28:15 +08:00
parent bbd9ea0b59
commit a47006dc3b

View File

@ -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