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

This commit is contained in:
huanghs 2023-03-22 10:38:41 +08:00
parent 2fa05ebc90
commit 63282d12ba

View File

@ -10,7 +10,7 @@ jobs:
- name: Get Meta
id: meta
run: |
echo ::set-output name=REGISTRY::`echo ${DOCKER_REGISTRY}`
echo ::set-output name=REGISTRY::`echo ${secrets.DOCKER_REGISTRY}`
- run: echo ${{ steps.meta.outputs.REGISTRY }}