From 528dc30a6998c2146959dbce338da6cfb128b5ec 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:55:01 +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, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index 62b68ea..396a10e 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -36,9 +36,9 @@ jobs: - name: Print Tags run: | - echo ${{ steps.gen_tags.outputs.tags }} + echo "${{ steps.gen_tags.outputs.tags }}" echo "----------------- labels -----------------" - echo ${{ steps.meta.outputs.labels }} + echo "${{ steps.meta.outputs.labels }}" # - name: Login to Repository # uses: docker/login-action@v2