feat: migrate to 4-job CI pipeline v2 #4

Merged
jcabillot merged 9 commits from feat/gitea-actions-v2 into master 2026-06-09 11:19:36 -04:00
Showing only changes of commit 566de5e6fc - Show all commits
+1 -1
View File
@@ -10,7 +10,7 @@ RUN apk --no-cache add --virtual build-dependencies \
build-base libffi-dev libressl-dev
# hadolint ignore=DL3013
RUN pip install --no-cache-dir ansible-review==0.16.0 ansible-lint==4.3.7 && \
RUN pip install --no-cache-dir ansible-review==0.13.9 && \
apk del build-dependencies
LABEL maintainer="dockerimages@cabillot.eu" \