更新 '.gitea/workflows/build.yaml'
All checks were successful
Gitea-Actions

This commit is contained in:
huanghs 2023-03-22 10:39:01 +08:00
parent 63282d12ba
commit 95cbf6228f

View File

@ -9,8 +9,7 @@ jobs:
- 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 }}