File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 4
4
# This script is used to automatically build docker image and
5
5
# push to DockerHub when every new release is published
6
6
7
- name : Docker Image CI
7
+ name : DockerHub CI
8
8
9
9
on :
10
10
release :
30
30
name : Login to Docker Hub
31
31
uses : docker/login-action@v2
32
32
with :
33
- username : ${{ secret .DOCKERHUB_USERNAME }}
34
- password : ${{ secret .DOCKERHUB_TOKEN }}
33
+ username : ${{ secrets .DOCKERHUB_USERNAME }}
34
+ password : ${{ secrets .DOCKERHUB_TOKEN }}
35
35
36
36
-
37
37
name : Build and push
Original file line number Diff line number Diff line change 1
1
# MIUI Task
2
2
一个适用于 小米社区 4.0 自动完成成长值任务的脚本
3
3
4
- [ ![ 996.icu] ( https://img.shields.io/badge/link-996.icu-red.svg )] ( https://996.icu ) ![ GitHub] ( https://img.shields.io/github/license/0-8-4/miui-auto-tasks ) ![ python] ( https://img.shields.io/badge/python-3.6+-blue )
4
+ [ ![ 996.icu] ( https://img.shields.io/badge/link-996.icu-red.svg )] ( https://996.icu ) ![ GitHub] ( https://img.shields.io/github/license/0-8-4/miui-auto-tasks )
5
+ ![ Python] ( https://img.shields.io/badge/python-3.7+-blue ) ![ DockerHub] ( https://github.com/0-8-4/miui-auto-tasks/actions/workflows/docker-image.yml/badge.svg )
5
6
6
7
7
8
## ** 关于项目** :
8
9
9
- 由 ` 東雲研究所 ` 的某位大佬编写
10
- 由大佬授权 ` 0-8-4 ` 使用 ` MIT ` 开源
11
- ` 0-8-4 ` 和 ` TardisLX ` 会进行基础维护
10
+ 受 ` 東雲研究所 ` 的某位大佬启发
11
+ 最初的源码由大佬授权 ` 0-8-4 ` 使用 ` MIT ` 开源
12
+ 项目初期由 ` 0-8-4 ` 和 ` TardisLX ` 进行维护,现已逐渐转为社区驱动
12
13
我们认为小米社区无权在无任何回报的情况下强制要求内测用户完成 KPI 任务,因此诞生了这个脚本
13
14
14
15
You can’t perform that action at this time.
0 commit comments