ci: pushing dep image

This commit is contained in:
Marvin Preuss 2022-12-12 11:59:32 +00:00
parent 366fe4e7a8
commit e9e6bdf38d

View File

@ -18,6 +18,7 @@ deps:
RUN (cd /tmp; go install github.com/bufbuild/buf/cmd/buf@v$BUF_VERSION)
RUN (cd /tmp; go install google.golang.org/protobuf/cmd/protoc-gen-go@v$PROTOGENGO_VERSION)
RUN (cd /tmp; go install github.com/golangci/golangci-lint/cmd/golangci-lint@v$GOLANGCILINT_VERSION)
SAVE IMAGE --push
build:
FROM +deps