Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5f97f6ae2 | |||
| 56691b629b | |||
| 69e1b8a553 |
@@ -1,8 +1,7 @@
|
||||
FROM alpine:latest
|
||||
|
||||
# 更新並安裝必要的工具
|
||||
RUN apk update \
|
||||
&& apk add --no-cache bash curl jq
|
||||
# 安裝必要的工具
|
||||
RUN apk add --no-cache --no-check-certificate bash curl jq
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
||||
@@ -13,5 +13,5 @@ runs:
|
||||
env:
|
||||
GITEA_SERVER_URL: ${{ gitea.server_url }}
|
||||
GITEA_REPOSITORY: ${{ gitea.repository }}
|
||||
RUNNER_TOKEN: ${{ inputs.RUNNER_TOKEN || secrets.RUNNER_TOKEN }}
|
||||
RUNNER_TOKEN: ${{ inputs.RUNNER_TOKEN || secrets.GITEA_TOKEN || secrets.RUNNER_TOKEN }}
|
||||
KEEP_COUNT: ${{ inputs.KEEP_COUNT }}
|
||||
Reference in New Issue
Block a user