From b3878b9860ccbce403ab8469f181df0526a3c51b Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 1 Jul 2026 09:44:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(Dockerfile):=20=E5=9B=BA=E5=AE=9A=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=99=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- action.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0539bdd..46d9ed8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/action.yaml b/action.yaml index f10123e..f5876e4 100644 --- a/action.yaml +++ b/action.yaml @@ -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 }}