Skip to content

Commit

Permalink
chore: config clickhouse, seed data table
Browse files Browse the repository at this point in the history
  • Loading branch information
duyet committed Dec 1, 2023
1 parent fca7b95 commit e589232
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
services:
clickhouse:
image: clickhouse/clickhouse-server:23.10
image: ghcr.io/duyet/docker-images:clickhouse_testing
ports:
- 8123:8123
- 9000:9000
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
packages: write
services:
clickhouse:
image: clickhouse/clickhouse-server:23.10
image: ghcr.io/duyet/docker-images:clickhouse_testing
ports:
- 8123:8123
- 9000:9000
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
packages: write
services:
clickhouse:
image: clickhouse/clickhouse-server:23.10
image: ghcr.io/duyet/docker-images:clickhouse_testing
ports:
- 8123:8123
- 9000:9000
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

services:
clickhouse:
image: clickhouse/clickhouse-server:23.10
image: ghcr.io/duyet/docker-images:clickhouse_testing
ports:
- 8123:8123
- 9000:9000
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

services:
clickhouse:
image: clickhouse/clickhouse-server:23.10
image: ghcr.io/duyet/docker-images:clickhouse_testing
ports:
- 8123:8123
- 9000:9000
Expand Down

0 comments on commit e589232

Please sign in to comment.