From 7d2d2f9e380d6845c22dd83129fd2e52389bb4bf 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