Switch from PulseAudio to PipeWire for 24.04 #16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Docker Hub Description | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- README.md | |
- .github/workflows/dockerhub-description.yml | |
jobs: | |
update_dockerhub_description: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out the repo | |
uses: actions/checkout@v4 | |
- name: Docker Hub Description | |
uses: peter-evans/dockerhub-description@v3 | |
with: | |
username: ${{ secrets.DOCKERHUB_USERNAME }} | |
password: ${{ secrets.DOCKERHUB_TOKEN }} | |
repository: ${{ secrets.DOCKERHUB_USERNAME }}/docker-ubuntu-lxde | |
short-description: Ubuntu based LXDE desktop environment with Japanese language support. | |
readme-filepath: README.md | |
enable-url-completion: true |