fix(docker): update repository label
All checks were successful
Validate PR Title / validate (pull_request) Successful in 2s
CI / ci (pull_request) Successful in 36s

This commit is contained in:
2026-01-04 12:55:26 +00:00
parent 784e3fd40c
commit 994fac9203

View File

@@ -5,6 +5,6 @@ RUN CGO_ENABLED=0 go build -o /go/bin/app
FROM gcr.io/distroless/base-debian13
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
LABEL org.opencontainers.image.source="https://gitlab.com/luketainton/insultgen"
LABEL org.opencontainers.image.source="https://git.tainton.uk/repos/insultgen"
COPY --from=build /go/bin/app /
CMD ["/app"]