feat: 改成 docker action
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM alpine:3.21
|
||||
|
||||
RUN apk add --no-cache bash curl jq
|
||||
|
||||
COPY cleanup-releases.sh /cleanup-releases.sh
|
||||
COPY cleanup-images.sh /cleanup-images.sh
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
RUN chmod +x /cleanup-releases.sh /cleanup-images.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user