Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Soulter
2024-03-15 14:29:48 +08:00
+2
View File
@@ -14,6 +14,8 @@ jobs:
uses: actions/checkout@v2
- name: Build image
run: |
git clone https://github.com/Soulter/AstrBot
cd AstrBot
docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/astrbot:latest .
- name: Publish image
run: |