修正 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
+1
View File
@@ -4,6 +4,7 @@ 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"]