named build stage
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 36s

This commit is contained in:
hook-lord 2024-12-06 19:30:08 +01:00
parent 777c9052ed
commit 7c6955c2cc

View File

@ -1,4 +1,4 @@
FROM golang:1.23
FROM golang:1.23 AS builder
WORKDIR /app
COPY go.mod go.sum ./
RUN go mod download