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 318f4d538e - Show all commits
+4 -3
View File
@@ -7,9 +7,10 @@ ARG ANSIBLE_REVIEW_VERSION=0.13.9
# hadolint ignore=DL3018
RUN apk --no-cache add --virtual build-dependencies \
build-base libffi-dev libressl-dev && \
# hadolint ignore=DL3013
pip install --no-cache-dir ansible-review==${ANSIBLE_REVIEW_VERSION} && \
build-base libffi-dev libressl-dev
# hadolint ignore=DL3013
RUN pip install --no-cache-dir ansible-review==${ANSIBLE_REVIEW_VERSION} && \
apk del build-dependencies
LABEL maintainer="dockerimages@cabillot.eu" \