mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
Create DockerHub-Description.yml
This commit is contained in:
parent
a85797665d
commit
8debae2c21
23
.github/workflows/DockerHub-Description.yml
vendored
Normal file
23
.github/workflows/DockerHub-Description.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
name: Update Docker Hub Description
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
paths:
|
||||||
|
- README.MD
|
||||||
|
- .github/workflows/DockerHub-Description.yml
|
||||||
|
jobs:
|
||||||
|
dockerHubDescription:
|
||||||
|
if: startsWith(github.repository, 'Binaryify/NeteaseCloudMusicApi')
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Docker Hub Description
|
||||||
|
uses: peter-evans/dockerhub-description@v3
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
repository: binaryify/netease_cloud_music_api
|
||||||
|
short-description: ${{ github.event.repository.description }}
|
||||||
|
readme-filepath: ./README.md
|
Loading…
x
Reference in New Issue
Block a user