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