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

Merged
jcabillot merged 4 commits from feat/gitea-actions-v2 into main 2026-06-08 21:11:56 -04:00
Showing only changes of commit 0d79461cf9 - Show all commits
+1 -1
View File
@@ -5,7 +5,7 @@ ARG TARGETARCH=x64
# hadolint ignore=DL3018
RUN apk add --no-cache curl && \
if [ "$TARGETARCH" == "amd64" ]; then export TARGETARCH="x64"; fi; wget --no-verbose -O /usr/local/bin/duplicacy "https://github.com/gilbertchen/duplicacy/releases/download/v${VERSION}/duplicacy_linux_${TARGETARCH}_${VERSION}" && \
if [ "$TARGETARCH" = "amd64" ]; then export TARGETARCH="x64"; fi; wget --no-verbose -O /usr/local/bin/duplicacy "https://github.com/gilbertchen/duplicacy/releases/download/v${VERSION}/duplicacy_linux_${TARGETARCH}_${VERSION}" && \
chmod 777 /usr/local/bin/duplicacy && \
mkdir -p /config/scripts && \
mkdir -p /config/cache && \