diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index e24dfe574..3256dac21 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -1,6 +1,6 @@ name: build-and-push -run-name: 构建镜像并推送仓库 ${{ github.event.inputs.dockerImageTag }} (${{ github.event.inputs.registry }}) +run-name: 构建镜像并推送仓库 ${{ github.event.inputs.dockerImageTag }} (${{ github.event.inputs.registry }}) (${{ github.event.inputs.architecture }}) on: workflow_dispatch: