From 5a07f03abb45dd4960508f57c7495d1a8ced9d84 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Tue, 30 Jun 2026 13:50:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(Dockerfile):=20=E4=BF=AE=E6=94=B9=E6=98=A0?= =?UTF-8?q?=E5=83=8F=E6=AA=94=E4=BE=86=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- action.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96b8101..0539bdd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM codex:latest +FROM gitea.jsc.idv.tw/images/codex:$CODEX_VERSION RUN apt update \ && apt install -y --no-install-recommends git diff --git a/action.yaml b/action.yaml index f5876e4..f10123e 100644 --- a/action.yaml +++ b/action.yaml @@ -15,6 +15,7 @@ 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 }}