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

Merged
jcabillot merged 4 commits from feat/gitea-actions-v2 into master 2026-06-08 20:51:42 -04:00
Showing only changes of commit 72b4a06d32 - Show all commits
+2 -1
View File
@@ -3,6 +3,7 @@ LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
ARG CLI_VERSION=1.16.148
# hadolint ignore=DL3018,DL3013
RUN apk --no-cache upgrade && \
apk --no-cache add --virtual build-dependencies \
groff \
@@ -17,4 +18,4 @@ RUN apk --no-cache upgrade && \
WORKDIR /data
ENTRYPOINT ["/usr/local/bin/aws"]
ENTRYPOINT ["/usr/local/bin/aws"]