File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 command : |
2020 test -z "$(go fmt ./... 2>/dev/null | tee /dev/stderr)" || (echo "please format Go code with 'gofmt'")
2121 go vet ./...
22- - run : docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=helm- v3.11 .3 . -f docker/Dockerfile.dataset -t dataset-controller:${CIRCLE_BUILD_NUM}
23- - run : docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=helm- v3.11 .3 . -f docker/Dockerfile.alluxioruntime -t alluxioruntime-controller:${CIRCLE_BUILD_NUM}
24- - run : docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=helm- v3.11 .3 . -f docker/Dockerfile.csi -t fluid-csi:${CIRCLE_BUILD_NUM}
22+ - run : docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=v3.17 .3 . -f docker/Dockerfile.dataset -t dataset-controller:${CIRCLE_BUILD_NUM}
23+ - run : docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=v3.17 .3 . -f docker/Dockerfile.alluxioruntime -t alluxioruntime-controller:${CIRCLE_BUILD_NUM}
24+ - run : docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=v3.17 .3 . -f docker/Dockerfile.csi -t fluid-csi:${CIRCLE_BUILD_NUM}
2525
2626# maybe later we need to upload output to helm repository
You can’t perform that action at this time.
0 commit comments