Revert "ci: pushing dep image"

This reverts commit e9e6bdf38d.
This commit is contained in:
Marvin Preuss 2022-12-12 12:01:27 +00:00
parent e9e6bdf38d
commit a3321638f0

View File

@ -18,7 +18,6 @@ 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