Use cached image again (now that we pushed 1.23) (#3058)

the push happens manually from a local build

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
Dimitris Karakasilis 2024-12-06 15:40:23 +02:00 committed by GitHub
parent 9c753f6f8b
commit c164c18692
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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