整理 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 1 additions and 2 deletions
Showing only changes of commit b3878b9860 - Show all commits
+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 \ RUN apt update \
&& apt install -y --no-install-recommends git && apt install -y --no-install-recommends git
-1
View File
@@ -15,7 +15,6 @@ 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 }}