From af4048f3865840d877bee5ea70fc90c845404357 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Tue, 22 Mar 2022 12:59:23 +0000 Subject: [PATCH] chore: fix pushing image pipeline broken --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c87713c..23bb807d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.1.0 ARG ARCH # Copy nfsplugin from build _output directory -COPY bin/${ARCH}/nfsplugin /nfsplugin +COPY ./bin/${ARCH}/nfsplugin /nfsplugin RUN apt update && apt-mark unhold libcap2 RUN clean-install ca-certificates mount nfs-common netbase