Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Sep 29, 2023
1 parent f3aaabd commit 6e56c93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build image
name: Build

on:
workflow_dispatch:
Expand All @@ -7,7 +7,7 @@ on:
- master
paths:
- Dockerfile
- rootfs/
- rootfs/*
- .github/workflows/build.yml

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/readme_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ secrets.DOCKER_USERNAME }}/wxchat
short-description: 微信转发代理
short-description: MoviePilot 微信转发代理
readme-filepath: ./README.md
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# 微信转发代理 Docker
# MoviePilot 微信转发代理 Docker

[![Build](https://github.com/DDS-Derek/wxchat-Docker/actions/workflows/build.yml/badge.svg)](https://github.com/DDS-Derek/wxchat-Docker/actions/workflows/build.yml) [![Docker readme update](https://github.com/DDS-Derek/wxchat-Docker/actions/workflows/readme_update.yml/badge.svg)](https://github.com/DDS-Derek/wxchat-Docker/actions/workflows/readme_update.yml)

```bash
docker run -d \
Expand Down

0 comments on commit 6e56c93

Please sign in to comment.