feat(Dockerfile): 修改映像檔來源
CI / Release Tag Version (pull_request) Successful in 2m23s
CI / AI Code Review (pull_request) Failing after 34s

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