Skip to content

Commit

Permalink
[build][fix] version is not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongpiger committed May 25, 2024
1 parent 5978dcf commit 0529691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . .
ARG TARGETOS=linux
ARG TARGETARCH=amd64
ARG VERSION
RUN OS=$TARGETOS ARCH=$TARGETARCH make $TARGETOS/$TARGETARCH
RUN OS=$TARGETOS ARCH=$TARGETARCH VERSION=$VERSION make $TARGETOS/$TARGETARCH

FROM registry.k8s.io/build-image/go-runner:v2.3.1-go1.22.0-bookworm.0 AS linux-vngcloud
COPY --from=builder /go/src/github.com/vngcloud/vngcloud-csi-volume-modifier/vngcloud-csi-volume-modifier /bin/vngcloud-csi-volume-modifier
Expand Down

0 comments on commit 0529691

Please sign in to comment.