feat(codex): 部屬 Codex 映像檔 #2

Merged
admin merged 2 commits from develop into master 2026-06-30 01:39:06 +00:00
Showing only changes of commit e61bcf4a11 - Show all commits
+18
View File
@@ -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