Compare commits

..

8 Commits

Author SHA1 Message Date
891c273f65 test 2025-04-15 01:23:10 +08:00
e7c5dab7ea test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in -1s
2025-04-15 01:17:07 +08:00
2bb189d93a test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
2025-04-15 01:12:28 +08:00
e8b49afc51 test
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7s
2025-04-15 01:03:43 +08:00
a8cd9edb9a test
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
2025-04-15 00:53:58 +08:00
bd433d2093 test
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2025-04-15 00:45:38 +08:00
2e82e1549e test 2025-04-15 00:42:19 +08:00
38b24620ac test 2025-04-15 00:41:47 +08:00
3 changed files with 1 additions and 23 deletions

View File

@@ -1,21 +0,0 @@
```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

View File

@@ -7,8 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"minio": "MINIO_CONFIG_ENV_FILE=./.env.minio ./bin/minio server --console-address :9001",
"to:files": " mc mirror markminio/mark mark --overwrite",
"to:minio": " mc mirror --watch mark markminio/mark --overwrite",
"pub": "ev deploy ./mark -k ai -v 1.0.0"
"to:minio": " mc mirror --watch mark markminio/mark --overwrite"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",