From 3af3916bc49fe9b3362f060f0a73ec6e3c94c350 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 15 Feb 2023 14:19:29 +0800 Subject: [PATCH] update --- .github/workflows/alpine-glibc-image.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/alpine-glibc-image.yaml b/.github/workflows/alpine-glibc-image.yaml index 0d7a332..c731e2b 100644 --- a/.github/workflows/alpine-glibc-image.yaml +++ b/.github/workflows/alpine-glibc-image.yaml @@ -21,7 +21,8 @@ jobs: registry: artifact.onwalk.net username: admin password: ${{ secrets.HELM_REPO_PASSWORD }} - build_file: 'base/alpine-glibc/Dockerfile' + path: './base/alpine-glibc' + build_file: 'Dockerfile' image: k8s/alpine-glibc tag: latest cache: true