fix(docker): update repository label (#5)
All checks were successful
Release / Tag release (push) Successful in 8s
Release / Create Release (push) Successful in 2s
Release / Publish Docker Images (push) Successful in 1m20s
Snyk / security (push) Successful in 24s

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-01-04 12:58:16 +00:00
parent 784e3fd40c
commit 7b69054815

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"]