Skip to content

Commit

Permalink
Build the image in earthly because we don't push it automatically
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily committed Dec 6, 2024
1 parent a406ed7 commit 39a4ff6
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 $IMAGE_REPOSITORY_ORG/golang-testing:$GO_VERSION
FROM +build-and-push-golang-testing
WORKDIR /build
COPY tests/go.mod tests/go.sum ./
RUN go mod download
Expand Down

0 comments on commit 39a4ff6

Please sign in to comment.