This commit is contained in:
Eric Lee 2023-12-12 15:52:53 +08:00
parent 42d3cb9495
commit 23339219a4
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -83,5 +83,4 @@ runs:
- ${{ inputs.repositoryStared }}
- ${{ inputs.repositorySource }}
- ${{ inputs.repositoryForked }}
- ${{ inputs.localCache }}
- --no-cache
- ${{ inputs.localCache }}