Skip to content

Can you add the new environment variable for the **MixRamp** option? … #315

Can you add the new environment variable for the **MixRamp** option? …

Can you add the new environment variable for the **MixRamp** option? … #315

Workflow file for this run

name: Sync README.md to Docker Hub
on:
push:
branches:
- main
jobs:
sync-readme:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Docker Hub README & description sync
uses: meeDamian/sync-readme@v1.0.6
with:
user: ${{ secrets.DOCKER_USERNAME }}
pass: ${{ secrets.DOCKER_PASSWORD }}
slug: ${{ secrets.DOCKER_USERNAME }}/mpd-alsa
readme: ./README.dockerhub.md
description: Easily run mpd with Alsa or PulseAudio output. Upsampling and scrobbling support.