Update docker-image.yml

This commit is contained in:
Soulter
2024-03-15 14:11:57 +08:00
committed by GitHub
parent 8e865b6918
commit 31ee64d1b2

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: |