Implement automatic build when upstream updates
Also tagging 1.xx versions now in addition to `latest`
This commit is contained in:
parent
e9842be6c2
commit
2fd09a8f4d
2 changed files with 34 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue