Skip to content

Commit

Permalink
fix: fix polaris docker source (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
L2ncE authored Jun 16, 2023
1 parent f6ea4f8 commit 273e90d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
with:
version: latest
working-directory: ${{ matrix.workdir }}
args: -E gofumpt
args: -E gofumpt --timeout 10m
skip-pkg-cache: true
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:

services:
consul:
image: consul:latest
image: 'consul:latest'
ports:
- '8500:8500'
polaris:
image: polarismesh/polaris-server-standalone:v1.10.0
image: 'polarismesh/polaris-server:latest'
ports:
- 8091:8091
- '8091:8091'
zookeeper:
image: 'zookeeper:3.7.0'
ports:
Expand Down

0 comments on commit 273e90d

Please sign in to comment.