[CI] implementation: forgejo container images

(cherry picked from commit dd1971d4e6)
This commit is contained in:
Loïc Dachary 2022-11-25 10:11:23 +01:00
parent c2a7aaeee8
commit 3981dbaf8c
No known key found for this signature in database
GPG Key ID: 992D23B392F9E4F2
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
RUN go build contrib/environment-to-ini/environment-to-ini.go
FROM alpine:3.17
LABEL maintainer="maintainers@gitea.io"
LABEL maintainer="contact@forgejo.org"
EXPOSE 22 3000

View File

@ -24,7 +24,7 @@ RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
RUN go build contrib/environment-to-ini/environment-to-ini.go
FROM alpine:3.17
LABEL maintainer="maintainers@gitea.io"
LABEL maintainer="contact@forgejo.org"
EXPOSE 2222 3000