chore: Update build path
All checks were successful
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 46s
Container & Helm chart / Container image (push) Successful in 51s

This commit is contained in:
Danny Bessems 2024-02-27 22:32:12 +11:00
parent b43a471dc1
commit ed7f09a8b0

View File

@ -6,7 +6,7 @@ COPY go.mod go.sum ./
COPY . .
RUN go mod download && \
CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main .
CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main ./pkg/spamasaurusrex
FROM scratch