Author SHA1 Message Date
renovate aa79ed6d79 chore(deps): update docker/login-action digest to abd2ef4
Test / build (pull_request) Successful in 1m48s
renovate/stability-days Updates have met minimum release age requirement
2026-07-24 13:10:14 +00:00
5 changed files with 8 additions and 19 deletions
+3 -3
View File
@@ -16,10 +16,10 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4 uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4 uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -34,7 +34,7 @@ jobs:
type=sha type=sha
- name: Build and push - name: Build and push
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0 uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
with: with:
context: . context: .
file: pkg/Dockerfile file: pkg/Dockerfile
+1 -1
View File
@@ -17,6 +17,6 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Run hadolint - name: Run hadolint
uses: hadolint/hadolint-action@06be81baf89a55ffd0e24b8f04a4185738dd3387 # v3.5.0 uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
with: with:
dockerfile: pkg/Dockerfile dockerfile: pkg/Dockerfile
-12
View File
@@ -1,12 +0,0 @@
name: Renovate
on:
push:
branches:
- main
workflow_dispatch:
jobs:
renovate:
uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main
secrets: inherit
+2 -2
View File
@@ -12,10 +12,10 @@ jobs:
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4 uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
- name: Build - name: Build
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0 uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
with: with:
context: . context: .
file: pkg/Dockerfile file: pkg/Dockerfile
+2 -1
View File
@@ -1,4 +1,5 @@
fastmcp>=4,<5 mcp>=1,<2
fastmcp>=3,<4
python-dotenv>=1,<2 python-dotenv>=1,<2
uvicorn>=0.34,<1 uvicorn>=0.34,<1
starlette>=1.2,<2 starlette>=1.2,<2