From e9e6bdf38d699c9e25e19a0f63dccfd690bbd05d Mon Sep 17 00:00:00 2001 From: Marvin Preuss Date: Mon, 12 Dec 2022 11:59:32 +0000 Subject: [PATCH] ci: pushing dep image --- Earthfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Earthfile b/Earthfile index 5dc70c3..fbc3be8 100644 --- a/Earthfile +++ b/Earthfile @@ -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