diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 2e3ac19..621119f 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -3,6 +3,7 @@ name: Publish Docker image
on:
release:
types: [published]
+ workflow_dispatch:
jobs:
build-docker:
@@ -52,4 +53,4 @@ jobs:
linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
- labels: ${{ steps.meta.outputs.labels }}
\ No newline at end of file
+ labels: ${{ steps.meta.outputs.labels }}
diff --git a/README.md b/README.md
index a9b5963..bae4b8f 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,12 @@
一个聚合热门数据的 API 接口
+