change to self hosted

This commit is contained in:
Eric Lee 2023-12-12 13:30:20 +08:00
parent 5c857e4315
commit 9790a05d35

View file

@ -1,5 +1,8 @@
# FROM varunsridharan/actions-alpine:latest
FROM alpine:3.18
ADD 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