修正 Release Cleanup action 與 Gitea workflow 設定 #3

Merged
admin merged 4 commits from develop into master 2026-06-25 10:59:55 +00:00
Showing only changes of commit 2f0a1b72c1 - Show all commits
+3 -2
View File
@@ -2,8 +2,9 @@ FROM alpine:latest
# 安裝必要的工具 # 安裝必要的工具
RUN apk add --no-cache --no-check-certificate bash curl jq RUN apk add --no-cache --no-check-certificate bash curl jq
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]