mirror of
https://github.com/go-kratos/kratos.git
synced 2025-03-17 21:07:54 +02:00
fix: Replace the docker image of Polaris (#1999)
* fix: Replace the docker image of Polaris * up
This commit is contained in:
parent
8ff5f2fe88
commit
0d9319b1ee
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
@ -35,6 +35,11 @@ jobs:
|
||||
ports:
|
||||
- "8848:8848"
|
||||
- "9848:9848"
|
||||
polaris:
|
||||
image: houseme/polaris-server-with-config:latest
|
||||
ports:
|
||||
- 8090:8090
|
||||
- 8091:8091
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Go
|
||||
|
@ -5,10 +5,9 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/go-kratos/kratos/v2/log"
|
||||
|
||||
"github.com/polarismesh/polaris-go/pkg/config"
|
||||
|
||||
"github.com/go-kratos/kratos/v2/log"
|
||||
"github.com/go-kratos/kratos/v2/registry"
|
||||
)
|
||||
|
||||
|
@ -6,4 +6,3 @@
|
||||
./contrib/registry/kubernetes
|
||||
./contrib/registry/zookeeper
|
||||
./contrib/registry/eureka
|
||||
./contrib/registry/polaris
|
||||
|
Loading…
x
Reference in New Issue
Block a user