Compare commits
2 Commits
5ea64361f9
...
5f30fc6c22
Author | SHA1 | Date | |
---|---|---|---|
5f30fc6c22 | |||
27d9ca5b76 |
@ -1,7 +1,7 @@
|
|||||||
name: Gitea Actions Demo
|
name: Gitea Actions Demo
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on: [push]
|
on: [workflow_dispatch]
|
||||||
|
# on: [push] pull_request schedule workflow_dispatch
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
3
mark/assistant-kevisual-apps/kevisual-user-app/readme.md
Normal file
3
mark/assistant-kevisual-apps/kevisual-user-app/readme.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# user app
|
||||||
|
|
||||||
|
用户管理
|
0
mark/assistant-kevisual-core/esm/esm.conf
Normal file
0
mark/assistant-kevisual-core/esm/esm.conf
Normal file
16
mark/docker/gitea/gitea-runner-exec/readme.md
Normal file
16
mark/docker/gitea/gitea-runner-exec/readme.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
download
|
||||||
|
|
||||||
|
```sh
|
||||||
|
https://gitea.com/gitea/act_runner/releases
|
||||||
|
|
||||||
|
|
||||||
|
./act_runner --config config.yaml [command]
|
||||||
|
|
||||||
|
./act_runner --config config.yaml register
|
||||||
|
|
||||||
|
./act_runner daemon --config config.yaml
|
||||||
|
```
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pm2 start ./act_runner --name runner -- daemon --config config.yaml
|
||||||
|
```
|
@ -38,7 +38,8 @@ runner:
|
|||||||
# If it's empty when registering, it will ask for inputting labels.
|
# If it's empty when registering, it will ask for inputting labels.
|
||||||
# If it's empty when execute `daemon`, will use labels in `.runner` file.
|
# If it's empty when execute `daemon`, will use labels in `.runner` file.
|
||||||
labels:
|
labels:
|
||||||
- "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest"
|
# - "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest"
|
||||||
|
- "ubuntu-latest:host"
|
||||||
- "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04"
|
- "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04"
|
||||||
- "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"
|
- "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"
|
||||||
|
|
||||||
|
21
mark/docker/proxy-net.md
Normal file
21
mark/docker/proxy-net.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
```sh
|
||||||
|
https://dockerproxy.net/
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
第一步:输入原始镜像地址获取命令.
|
||||||
|
|
||||||
|
ghcr.io/esm-dev/esm.sh
|
||||||
|
|
||||||
|
获取命令
|
||||||
|
第二步:代理拉取镜像
|
||||||
|
|
||||||
|
docker pull ghcr.dockerproxy.net/esm-dev/esm.sh:latest
|
||||||
|
|
||||||
|
第三步:重命名镜像
|
||||||
|
|
||||||
|
docker tag ghcr.dockerproxy.net/esm-dev/esm.sh:latest ghcr.io/esm-dev/esm.sh:latest
|
||||||
|
|
||||||
|
第四步:删除代理镜像
|
||||||
|
|
||||||
|
docker rmi ghcr.dockerproxy.net/esm-dev/esm.sh:latest
|
Loading…
x
Reference in New Issue
Block a user