Migrate CI to 4-job pipeline with SHA-pinned actions #4

Merged
jcabillot merged 3 commits from feat/gitea-actions-v2 into master 2026-06-09 08:34:19 -04:00
Showing only changes of commit 58597d5d53 - Show all commits
+1 -1
View File
@@ -4,10 +4,10 @@ ARG BUILD_DATE
ARG VCS_REF ARG VCS_REF
ARG VERSION ARG VERSION
# hadolint ignore=DL3018,DL3013
RUN apk --no-cache add --virtual build-dependencies build-base && \ RUN apk --no-cache add --virtual build-dependencies build-base && \
pip install --no-cache-dir troposphere && \ pip install --no-cache-dir troposphere && \
apk --no-cache del build-dependencies apk --no-cache del build-dependencies
# TODO : vérifier les labels # TODO : vérifier les labels
LABEL "maintainer"="dockerimages@cabillot.eu" \ LABEL "maintainer"="dockerimages@cabillot.eu" \
"org.label-schema.name"="troposphere" \ "org.label-schema.name"="troposphere" \