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

This commit is contained in:
huanghs 2023-03-22 10:40:47 +08:00
parent b05e7bb644
commit c454f058dd

View File

@ -5,7 +5,8 @@ jobs:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
env:
DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
steps:
- name: Get Meta
@ -13,5 +14,5 @@ jobs:
run: echo ::set-output name=REGISTRY::`echo ${{ secrets.DOCKER_REGISTRY }}`
- run: echo ${{ steps.meta.outputs.REGISTRY }}
- run: echo ${{ env.DOCKER_REGISTRY }}