From e61bcf4a116d97548d01372698a34e705e62cfbd Mon Sep 17 00:00:00 2001 From: Jeffery Date: Tue, 30 Jun 2026 09:35:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(codex):=20=E9=83=A8=E5=B1=AC=20Codex=20?= =?UTF-8?q?=E6=98=A0=E5=83=8F=E6=AA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/cd.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitea/workflows/cd.yaml diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml new file mode 100644 index 0000000..8953bb9 --- /dev/null +++ b/.gitea/workflows/cd.yaml @@ -0,0 +1,18 @@ +name: CD +on: + push: + branches: + - master +jobs: + docker-build: + name: 部屬映像檔 + runs-on: ubuntu + steps: + - name: 部屬 Codex + uses: https://gitea.jsc.idv.tw/actions/docker-build@${{ vars.ACTION_DOCKER_BUILD_VERSION }} + with: + REGISTRY_USERNAME: ${{ gitea.repository_owner }} + REGISTRY_PASSWORD: ${{ secrets.TOKEN }} + IMAGE_OWNER: ${{ gitea.repository_owner }} + IMAGE_NAME: codex + RELEASE_VERSION: latest