Skip to content

Commit

Permalink
Merge branch 'main' of github.com:duyet/clickhouse-monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
duyet committed Nov 21, 2023
2 parents f6ab311 + 9282e56 commit a1fb1f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ jobs:
network=host
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
uses: docker/metadata-action@f3c3cad8ad5e1076ffba2449385b1547f1e3c566
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine AS base
FROM node:21-alpine AS base

# Install dependencies only when needed
FROM base AS deps
Expand Down
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:recommended",
"group:allNonMajor",
"group:nextjsMonorepo",
"schedule:automergeDaily",
"security:openssf-scorecard"
]
}

0 comments on commit a1fb1f2

Please sign in to comment.