feat: add lint, build, test, push pipeline with SHA-pinned actions #3

Merged
jcabillot merged 5 commits from feat/gitea-actions-v2 into master 2026-06-08 17:18:53 -04:00
Showing only changes of commit a552e414cc - Show all commits
+3 -1
View File
@@ -5,4 +5,6 @@ LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN curl -s -L "https://github.com/RSS-Bridge/rss-bridge/tarball/master/" | tar -zx --strip=1
RUN echo "*" > "/var/www/html/whitelist.txt"
RUN echo "*" > "/var/www/html/whitelist.txt" && \
mkdir -p /var/www/html/cache && \
chown -R www-data:www-data /var/www/html