diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 5fd5546..3a62552 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -9,7 +9,7 @@ on: jobs: build: - name: build + name: build and push runs-on: ubuntu-latest steps: @@ -29,4 +29,4 @@ jobs: password: ${{ secrets.DOCKER_HUB_PASS }} - name: Build the Docker image - run: docker buildx build --push --platform linux/amd64,linux/arm64 -t tardis07/oneforall:latest . + run: docker buildx build --push --platform linux/amd64,linux/arm64 -t shimlylty/oneforall:latest . diff --git a/README.md b/README.md index 2832b04..f3e5705 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ git stash pop # 释放本地修改 ``` config ├── api.py +├── default.py +├── __init__.py ├── log.py └── setting.py ```