Merge pull request 'fix(codex): 密碼為空' (#10) from develop into master
Reviewed-on: #10 Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
This commit was merged in pull request #10.
This commit is contained in:
@@ -12,8 +12,8 @@ jobs:
|
||||
steps:
|
||||
- name: 釋出並標註成品版本
|
||||
uses: https://gitea.jsc.idv.tw/composite-actions/release-tag-version@${{ vars.ACTION_RELEASE_TAG_VERSION }}
|
||||
docker-build:
|
||||
name: Docker Build
|
||||
docker-build-push:
|
||||
name: Docker Build & Push
|
||||
runs-on: ubuntu
|
||||
env:
|
||||
SERVER: gitea.jsc.idv.tw
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: 取得存取庫
|
||||
uses: actions/checkout@${{ vars.ACTION_CHECKOUT_VERSION }}
|
||||
- name: 登入倉庫
|
||||
run: docker login $SERVER -u ${{ gitea.repository_owner }} --password-stdin
|
||||
run: docker login $SERVER -u ${{ gitea.repository_owner }}
|
||||
shell: bash
|
||||
- name: 建置映像檔
|
||||
run: docker build -t $SERVER/${{ gitea.repository }}:${{ jobs.release-tag-version.outputs.version }} .
|
||||
|
||||
Reference in New Issue
Block a user