From 23339219a4da992c8bef7d0b7239817bb2dfac66 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Tue, 12 Dec 2023 15:52:53 +0800 Subject: [PATCH] finalize --- Dockerfile | 5 ++++- action.yml | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8211d80..e0eb174 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,10 @@ # FROM varunsridharan/actions-alpine:latest FROM registry.api.net.tw/proxy_cache/library/alpine:3.18 -ADD https://raw.githubusercontent.com/varunsridharan/actions-toolkit/master/setup-alpine.sh / +A +DD https://raw.githubusercontent.com/varunsridharan/actions-toolkit/master/setup-alpine.sh / + RUN chmod uga+x /setup-alpine.sh + RUN sh /setup-alpine.sh RUN apk add python3 diff --git a/action.yml b/action.yml index d073e24..8b1d78c 100644 --- a/action.yml +++ b/action.yml @@ -83,5 +83,4 @@ runs: - ${{ inputs.repositoryStared }} - ${{ inputs.repositorySource }} - ${{ inputs.repositoryForked }} - - ${{ inputs.localCache }} - - --no-cache \ No newline at end of file + - ${{ inputs.localCache }} \ No newline at end of file