Compare commits

...

4 Commits

Author SHA1 Message Date
7356e07410 1.0.17
All checks were successful
Docker (tags) / security (push) Successful in 42s
Docker (tags) / test (push) Successful in 1m0s
Docker (tags) / metadata (push) Successful in 7s
Docker (tags) / release (push) Successful in 2m51s
2024-06-15 01:30:00 +02:00
795cf61a4f fix(core): update 2024-06-15 01:30:00 +02:00
93b17faddd 1.0.16
All checks were successful
Docker (tags) / security (push) Successful in 33s
Docker (tags) / test (push) Successful in 44s
Docker (tags) / metadata (push) Successful in 5s
Docker (tags) / release (push) Successful in 22s
2024-05-26 20:09:21 +02:00
eef78b9a08 fix(core): update 2024-05-26 20:09:21 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci image: code.foss.global/host.today/ht-docker-dbase:npmci
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View File

@ -1,4 +1,4 @@
FROM yandex/clickhouse-server FROM clickhouse/clickhouse-server
# Install Node.js and ClickHouse # Install Node.js and ClickHouse
RUN apt-get update \ RUN apt-get update \

View File

@ -1,7 +1,7 @@
{ {
"name": "ht-docker-clickhouse", "name": "ht-docker-clickhouse",
"private": true, "private": true,
"version": "1.0.15", "version": "1.0.17",
"description": "chrome for docker", "description": "chrome for docker",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {