From be967b032605c44389440b4e953c5ee28f2a24df Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 15 Feb 2023 13:56:25 +0800 Subject: [PATCH] .github/workflows/alpine-glibc-image.yaml: update --- .github/workflows/alpine-glibc-image.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/alpine-glibc-image.yaml b/.github/workflows/alpine-glibc-image.yaml index a0a42e2..05e4343 100644 --- a/.github/workflows/alpine-glibc-image.yaml +++ b/.github/workflows/alpine-glibc-image.yaml @@ -21,8 +21,7 @@ jobs: registry: artifact.onwalk.net username: admin password: ${{ secrets.HELM_REPO_PASSWORD }} - path: base/alpine-glibc/ - build_file: Dockerfile' + path: './dockerfiles/base/alpine-glibc' image: k8s/alpine-glibc tag: latest cache: true