mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
1. 更新 README 中关于 config 目录结构的描述
2. 添加自动提交 Docker Hub 镜像的 Action 3. 添加 arm64 系统 Docker Image Release
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: build
|
name: build and push
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -29,4 +29,4 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_HUB_PASS }}
|
password: ${{ secrets.DOCKER_HUB_PASS }}
|
||||||
|
|
||||||
- name: Build the Docker image
|
- 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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user