~添加docker compose支持

This commit is contained in:
juewuy
2025-12-19 19:57:29 +08:00
parent 50213b9364
commit a07e5f6e15
3 changed files with 73 additions and 11 deletions

View File

@@ -0,0 +1,24 @@
name: Update Docker Hub Description
on:
push:
paths:
- 'docker/README.md'
workflow_dispatch:
jobs:
update-readme:
runs-on: ubuntu-latest
steps:
- name: Checkout。
uses: actions/checkout@v5
with:
fetch-depth: 1
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: ${{ secrets.DOCKERHUB_USERNAME }}/shellcrash
readme-filepath: ./docker/README.md