整理 AI review findings 與 Docker action 設定 #14

Open
jiantw83 wants to merge 8 commits from ai-review-resolve/develop-20260629-104700 into develop
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 5a07f03abb - Show all commits
+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 }}