From b05e7bb644a9a874b9a499753fdd4904864ded1a Mon Sep 17 00:00:00 2001 From: huanghs Date: Wed, 22 Mar 2023 10:39:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.gitea/workflows/build.ya?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 77e7a2b..f7a5f17 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,11 +5,12 @@ jobs: runs-on: ubuntu-latest container: image: catthehacker/ubuntu:act-latest + steps: - name: Get Meta id: meta - run: echo ::set-output name=REGISTRY::`echo ${secrets.DOCKER_REGISTRY}` + run: echo ::set-output name=REGISTRY::`echo ${{ secrets.DOCKER_REGISTRY }}` - run: echo ${{ steps.meta.outputs.REGISTRY }}