Compare commits
18 Commits
v0.1.0
...
848d9938f8
| Author | SHA1 | Date | |
|---|---|---|---|
| 848d9938f8 | |||
| cd0edec737 | |||
| b6a52e20b1 | |||
| 82d3f78536 | |||
| 4fd5c3bcd5 | |||
| 9a90a92c0f | |||
| fcd4050b51 | |||
| 0d64da685d | |||
| 5dc21503ef | |||
| e5d6e71f8e | |||
| f7e127d20c | |||
| a25a8c667e | |||
| d9398a0d21 | |||
| cc4e434c29 | |||
| 692079c188 | |||
| 6b7d05fc56 | |||
| efe744a214 | |||
| e30d6d83db |
@@ -3,6 +3,7 @@ FROM mcr.microsoft.com/dotnet/sdk:10.0
|
|||||||
# 更新並安裝必要的工具後清理暫存檔案以減小映像檔大小
|
# 更新並安裝必要的工具後清理暫存檔案以減小映像檔大小
|
||||||
RUN apt update \
|
RUN apt update \
|
||||||
&& apt install -y curl jq unzip \
|
&& apt install -y curl jq unzip \
|
||||||
|
&& apt clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|||||||
@@ -16,5 +16,5 @@ runs:
|
|||||||
GITEA_REPOSITORY: ${{ gitea.repository }}
|
GITEA_REPOSITORY: ${{ gitea.repository }}
|
||||||
RELEASE_VERSION: ${{ inputs.RELEASE_VERSION }}
|
RELEASE_VERSION: ${{ inputs.RELEASE_VERSION }}
|
||||||
RELEASE_INDEX: ${{ inputs.RELEASE_INDEX }}
|
RELEASE_INDEX: ${{ inputs.RELEASE_INDEX }}
|
||||||
RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }}
|
RUNNER_TOKEN: ${{ inputs.RUNNER_TOKEN || secrets.GITEA_TOKEN || secrets.RUNNER_TOKEN }}
|
||||||
NUGET_AUTHOR: ${{ gitea.repository_owner }}
|
NUGET_AUTHOR: ${{ gitea.repository_owner }}
|
||||||
Reference in New Issue
Block a user