From 745dabbffdb88b5a465ceff214cd2b96231cc0e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Wed, 25 Oct 2023 09:41:12 +0800 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20=E4=BC=98=E5=8C=96Actions?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-image.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index 20cb2bf..8a247d6 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -30,7 +30,9 @@ jobs: if [[ $GITHUB_REF == 'refs/tags/'* ]]; then TAGS='["gitee.ltd/lxh/go-wxhelper:latest","gitee.ltd/lxh/go-wxhelper:'${GITHUB_REF/refs\/tags\//}'"]' else - TAGS='["gitee.ltd/lxh/go-wxhelper:latest"]' + TAGS='["gitee.ltd/lxh/go-wxhelper:latest"]' + fi + echo '::set-output name=tags::'$TAGS - name: Login to Repository uses: docker/login-action@v2