Skip to content

Commit

Permalink
Use cached image again (now that we pushed 1.23) (#3058)
Browse files Browse the repository at this point in the history
the push happens manually from a local build

Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily authored Dec 6, 2024
1 parent 9c753f6 commit c164c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c164c18

Please sign in to comment.