Test building on gitea and use gitea's registry.

This commit is contained in:
2025-03-03 14:49:03 +01:00
parent 6c3c372444
commit ec92f709d4
2 changed files with 40 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM httpd:alpine3.19
FROM httpd:alpine3.21
RUN sed -ri -e 's!DirectoryIndex index.html!DirectoryIndex index.htm!g' /usr/local/apache2/conf/httpd.conf