Fix publish image

Change-Id: If5f44314ff19b7501a12fbc9f5c346fba92869fd
This commit is contained in:
Sergiy Markin 2024-10-15 17:52:30 +00:00
parent 209939f02b
commit 73814d31ce

View File

@ -8,6 +8,7 @@ SHELL [ "/bin/bash", "-cex" ]
ADD . /usr/src/kubernetes-entrypoint
WORKDIR /usr/src/kubernetes-entrypoint
ENV GO111MODULE=on
ENV GOTOOLCHAIN=auto
RUN make get-modules