build on gitea action
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user