fix: Replace the docker image of Polaris (#1999)

* fix: Replace the docker image of Polaris

* up
pull/2000/head
houseme 2 years ago committed by GitHub
parent 8ff5f2fe88
commit 0d9319b1ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/go.yml
  2. 3
      contrib/registry/polaris/registry_test.go
  3. 1
      hack/.test_ignored_files

@ -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…
Cancel
Save