mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-04 00:04:43 +01:00
fix(release): the rootless image version label is not set
There is a test for that but it was a false positive. Refs: https://code.forgejo.org/forgejo/forgejo-build-publish/pulls/27
This commit is contained in:
parent
0042f50b1b
commit
078ca85d87
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ RUN chmod 755 /tmp/local/usr/local/bin/docker-entrypoint.sh \
|
|||
RUN chmod 644 /go/src/code.gitea.io/gitea/contrib/autocompletion/bash_autocomplete
|
||||
|
||||
FROM data.forgejo.org/oci/alpine:3.21
|
||||
ARG RELEASE_VERSION
|
||||
LABEL maintainer="contact@forgejo.org" \
|
||||
org.opencontainers.image.authors="Forgejo" \
|
||||
org.opencontainers.image.url="https://forgejo.org" \
|
||||
|
|
Loading…
Add table
Reference in a new issue