Makefile: use storjlabs/ci:slim

We moved the slim build to the same image name and used the tag
for distinguishing the different builds.

Change-Id: I82e235ba4db6a0b76b1edccab3b13d006c6c9328
This commit is contained in:
Egon Elbre 2023-08-14 18:04:26 +03:00 committed by Storj Robot
parent 1cbad0fcab
commit d701f9f081

View File

@ -126,7 +126,7 @@ lint:
-v ${GOPATH}/pkg:/go/pkg \
-v ${PWD}:/storj \
-w /storj \
storjlabs/ci-slim \
storjlabs/ci:slim \
make .lint LINT_TARGET="$(LINT_TARGET)"
.PHONY: .lint/testsuite/ui