From eefc67c34f5ca26af6f459ffe1a60ec328301d03 Mon Sep 17 00:00:00 2001 From: aipc Date: Tue, 1 Apr 2025 19:33:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-docker-images.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-docker-images.yml b/.gitea/workflows/build-docker-images.yml index ca374dd..34e94a4 100644 --- a/.gitea/workflows/build-docker-images.yml +++ b/.gitea/workflows/build-docker-images.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: version: - description: '宝塔版本' + description: '版本标签' required: true default: '9.5.0' @@ -34,4 +34,5 @@ jobs: push: true tags: - ldxw/btpanel:latest - - ldxw/btpanel:${{ github.event.inputs.version }} \ No newline at end of file + - ldxw/btpanel:${{ github.event.inputs.version }} + \ No newline at end of file