Implement automatic build when upstream updates

Also tagging 1.xx versions now in addition to `latest`
This commit is contained in:
Marko Korhonen 2024-02-25 00:04:36 +02:00
parent e9842be6c2
commit 2fd09a8f4d
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 34 additions and 6 deletions

View file

@ -1,2 +1,3 @@
FROM codeberg.org/forgejo/forgejo:1.21
ARG FORGEJO_VERSION
FROM codeberg.org/forgejo/forgejo:${FORGEJO_VERSION}
RUN apk --no-cache add asciidoctor ruby-rouge