.github/workflows/alpine-with-custom-ca.yaml: update
This commit is contained in:
parent
19bb76b396
commit
b9aa0d26f6
4
.github/workflows/alpine-with-custom-ca.yaml
vendored
4
.github/workflows/alpine-with-custom-ca.yaml
vendored
@ -21,8 +21,8 @@ jobs:
|
||||
registry: artifact.onwalk.net
|
||||
username: admin
|
||||
password: ${{ secrets.HELM_REPO_PASSWORD }}
|
||||
path: 'oci/base/alpine'
|
||||
build_file: './oci/base/alpine/Dockerfile'
|
||||
path: './oci/base/alpine'
|
||||
build_file: 'Dockerfile'
|
||||
image: k8s/alpine-ca
|
||||
tag: latest
|
||||
cache: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user