From c164c186925cd9dc9d915789bff408bea2651370 Mon Sep 17 00:00:00 2001 From: Dimitris Karakasilis Date: Fri, 6 Dec 2024 15:40:23 +0200 Subject: [PATCH] Use cached image again (now that we pushed 1.23) (#3058) the push happens manually from a local build Signed-off-by: Dimitris Karakasilis --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 32a786230..e7ad6e23d 100644 --- a/Earthfile +++ b/Earthfile @@ -115,7 +115,7 @@ build-and-push-golang-testing: go-deps-test: ARG GO_VERSION - FROM +build-and-push-golang-testing + FROM $IMAGE_REPOSITORY_ORG/golang-testing:$GO_VERSION WORKDIR /build COPY tests/go.mod tests/go.sum ./ RUN go mod download