ci: migrate to 4-job pipeline with SHA-pinned actions #4
+1
-1
@@ -5,7 +5,7 @@ ARG TARGETARCH=x64
|
|||||||
|
|
||||||
# hadolint ignore=DL3018
|
# hadolint ignore=DL3018
|
||||||
RUN apk add --no-cache curl && \
|
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 && \
|
chmod 777 /usr/local/bin/duplicacy && \
|
||||||
mkdir -p /config/scripts && \
|
mkdir -p /config/scripts && \
|
||||||
mkdir -p /config/cache && \
|
mkdir -p /config/cache && \
|
||||||
|
|||||||
Reference in New Issue
Block a user