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 }}