diff options
author | Loïc Dachary | 2022-11-25 10:11:23 +0100 |
---|---|---|
committer | Loïc Dachary | 2023-03-12 12:26:22 +0100 |
commit | 326174064ba6dbd379ea82e9643e23fe684ad96f (patch) | |
tree | 0d4c638c7de4456365c70c3d125e75960cfc597b | |
parent | 5cfe60baa7a3d250458a8b562976f605357c806b (diff) |
[CI] implementation: forgejo container images
(cherry picked from commit dd1971d4e60f37fb76daeb6cef8b1defcc957a34)
(cherry picked from commit 3981dbaf8c0dd74b0e82a7afc36809998ac775a2)
(cherry picked from commit 8dff3cc2d1a51980439e9ca8f1cad592403c558e)
(cherry picked from commit e7673e5d2237733e4e17b9386c4bb25bb88fe2e2)
-rw-r--r-- | Dockerfile | 2 | ||||
-rw-r--r-- | Dockerfile.rootless | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index fad8ae179..93eff1a83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Dockerfile.rootless b/Dockerfile.rootless index 98051f7dd..fe268b925 100644 --- a/Dockerfile.rootless +++ b/Dockerfile.rootless @@ -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 |