From a3321638f03581227f95a053a2133ac58bb93a7a Mon Sep 17 00:00:00 2001 From: Marvin Preuss Date: Mon, 12 Dec 2022 12:01:27 +0000 Subject: [PATCH] Revert "ci: pushing dep image" This reverts commit e9e6bdf38d699c9e25e19a0f63dccfd690bbd05d. --- Earthfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Earthfile b/Earthfile index fbc3be8..5dc70c3 100644 --- a/Earthfile +++ b/Earthfile @@ -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