named build stage
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 36s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 36s
This commit is contained in:
parent
777c9052ed
commit
7c6955c2cc
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.23
|
FROM golang:1.23 AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod go.sum ./
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
Loading…
Reference in New Issue
Block a user