ci: migrate to 4-job pipeline with SHA-pinned actions #3

Merged
jcabillot merged 3 commits from feat/gitea-actions-v2 into master 2026-06-09 10:34:04 -04:00
Showing only changes of commit 01d371772b - Show all commits
+2 -1
View File
@@ -1,8 +1,9 @@
FROM alpine:3.23 FROM alpine:3.23
LABEL maintainer="Cabillot Julien <dockerimages@cabillot.eu>" LABEL maintainer="Cabillot Julien <dockerimages@cabillot.eu>"
# hadolint ignore=DL3018
RUN apk add --no-cache apache2-utils RUN apk add --no-cache apache2-utils
USER "nobody" USER "nobody"
ENTRYPOINT [ "htpasswd" ] ENTRYPOINT [ "htpasswd" ]