Compare commits
2 Commits
891c273f65
...
5ea64361f9
Author | SHA1 | Date | |
---|---|---|---|
5ea64361f9 | |||
1b393edf9e |
4
.github/workflows/demo.yaml
vendored
4
.github/workflows/demo.yaml
vendored
@ -1,7 +1,7 @@
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
|
||||
on: [workflow_dispatch]
|
||||
# on: [push] pull_request schedule workflow_dispatch
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
|
0
mark/assistant-kevisual-core/esm/esm.conf
Normal file
0
mark/assistant-kevisual-core/esm/esm.conf
Normal file
@ -12,5 +12,5 @@ https://gitea.com/gitea/act_runner/releases
|
||||
```
|
||||
|
||||
```sh
|
||||
pm2 start ./act_runner --name runner -- daemon --config config.yaml
|
||||
pm2 start ./act_runner --name runner -- daemon --config config.yaml
|
||||
```
|
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