.github/workflows/alpine-with-custom-ca.yaml: update

This commit is contained in:
Haitao Pan 2023-02-23 16:46:33 +08:00
parent 19bb76b396
commit b9aa0d26f6

View File

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