1. 更新 README 中关于 config 目录结构的描述

2. 添加自动提交 Docker Hub 镜像的 Action
3. 添加 arm64 系统 Docker Image Release
This commit is contained in:
奶茶说
2023-01-06 05:01:18 +00:00
parent a816f81cd1
commit 3311d4a6ea
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -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 .
+2
View File
@@ -80,6 +80,8 @@ git stash pop # 释放本地修改
```
config
├── api.py
├── default.py
├── __init__.py
├── log.py
└── setting.py
```