chore: fix pushing image pipeline broken

This commit is contained in:
andyzhangx 2022-03-22 12:59:23 +00:00
parent 1177e9be8a
commit af4048f386

View File

@ -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