diff --git a/.gitea/workflows/build_docker.yaml b/.gitea/workflows/build_docker.yaml index 2b18c55..9233416 100644 --- a/.gitea/workflows/build_docker.yaml +++ b/.gitea/workflows/build_docker.yaml @@ -49,7 +49,7 @@ jobs: echo "++ workspace" && ls ${{ gitea.workspace }} echo "++ host is ${{ gitea.repository }}" echo "++ registry is ${{ steps.registry.outputs.registry }}" - echo "++ steps is " && echo ${{ steps }} | jq + echo "++ steps is " && echo ${{ JSON.stringify(steps) }} echo "++ container ${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.VERSION }}" - name: Build