feat(Dockerfile): 固定版本號
CI / Release Tag Version (pull_request) Successful in 7s
CI / AI Code Review (pull_request) Failing after 6s

This commit is contained in:
Jeffery
2026-07-01 09:44:53 +08:00
parent 5a07f03abb
commit b3878b9860
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM gitea.jsc.idv.tw/images/codex:$CODEX_VERSION
FROM gitea.jsc.idv.tw/images/codex:0.1.1
RUN apt update \
&& apt install -y --no-install-recommends git
-1
View File
@@ -15,7 +15,6 @@ runs:
using: 'docker'
image: 'Dockerfile'
env:
CODEX_VERSION: ${{ vars.IMAGE_CODEX_VERSION }}
GITEA_SERVER_URL: ${{ gitea.server_url }}
GITEA_REPOSITORY: ${{ gitea.repository }}
GITEA_TOKEN: ${{ inputs.token || gitea.token }}