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

Merged
jcabillot merged 3 commits from feat/gitea-actions-v2 into master 2026-06-08 20:52:13 -04:00
Showing only changes of commit 3f9188bf85 - Show all commits
+2 -2
View File
@@ -1,9 +1,9 @@
FROM "python:3.14-alpine"
ARG BUILD_DATE
ARG VCS_REF
ARG VERSION
# hadolint ignore=DL3018,DL3013
RUN apk --no-cache add --virtual build-dependencies \
build-base libffi-dev libressl-dev && \
pip install --no-cache-dir ansible-lint && \
@@ -25,4 +25,4 @@ LABEL "maintainer"="dockerimages@cabillot.eu" \
"org.label-schema.usage"="docker run --rm -v $(pwd):/data registry.cabillot.eu/jcabillot/ansible-lint -p /data"
ENTRYPOINT [ "/usr/local/bin/ansible-lint" ]
CMD [ "--help" ]
CMD [ "--help" ]