From 2fa05ebc90fe189c0e97290b1017050c7c66f0a5 Mon Sep 17 00:00:00 2001 From: huanghs Date: Wed, 22 Mar 2023 10:36:05 +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 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index fbcfb89..7b00d15 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -7,8 +7,11 @@ jobs: image: catthehacker/ubuntu:act-latest steps: - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + - name: Get Meta + id: meta + run: | + echo ::set-output name=REGISTRY::`echo ${DOCKER_REGISTRY}` + + + - run: echo ${{ steps.meta.outputs.REGISTRY }} - - name: Set up Docker BuildX - uses: docker/setup-buildx-action@v2