build on gitea action

This commit is contained in:
2025-02-19 17:49:35 +08:00
parent fb24b978be
commit 5aec831956
3 changed files with 50 additions and 4 deletions

View File

@ -1,7 +1,9 @@
services:
cache-proxy:
image: 100.64.0.2/guochao/cache-proxy:20250207
build: .
image: 100.64.0.2:3000/guochao/cache-proxy
build:
args:
GOPROXY: ${GOPROXY:-direct}
pull_policy: always
restart: always
@ -16,4 +18,4 @@ services:
- HTTP_PROXY=http://100.64.0.23:7890
- ALL_PROXY=http://100.64.0.23:7890
- SENTRY_DSN=http://3b7336602c77427d96318074cd86ee04@100.64.0.2:8000/2
- LOG_LEVEL=debug
- LOG_LEVEL=debug