build: change run-name.

This commit is contained in:
liqiang-fit2cloud 2025-07-10 09:56:38 +08:00
parent 1611bc7f75
commit b24f4c9e44

View File

@ -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: