5 Commits
Author SHA1 Message Date
jcabillot 9e6ab7e43a Merge pull request 'ci: add Renovate workflow' (#17) from add-renovate-workflow into master
Docker Build and Push / lint (push) Successful in 31s
Renovate / renovate (push) Successful in 4m31s
Docker Build and Push / build (push) Successful in 1m29s
Docker Build and Push / test (push) Successful in 47s
Docker Build and Push / push (push) Failing after 1m18s
Reviewed-on: #17
2026-08-03 16:19:09 -04:00
OpenCode Cabillot 260f97169b ci: add Renovate workflow
Docker Build and Push / lint (pull_request) Successful in 11s
Docker Build and Push / build (pull_request) Successful in 57s
Docker Build and Push / test (pull_request) Successful in 30s
Docker Build and Push / push (pull_request) Skipped
2026-08-02 23:43:01 +00:00
jcabillot 430be66a09 Merge pull request 'Update hadolint/hadolint-action action to v3.4.0' (#16) from renovate/hadolint-hadolint-action-3.x into master
Docker Build and Push / lint (push) Successful in 25s
Docker Build and Push / build (push) Successful in 53s
Docker Build and Push / test (push) Successful in 23s
Docker Build and Push / push (push) Failing after 1m31s
Reviewed-on: #16
2026-08-02 12:26:53 -04:00
renovate a7c1a94f42 Update hadolint/hadolint-action action to v3.4.0
renovate/stability-days Updates have met minimum release age requirement
Docker Build and Push / lint (pull_request) Successful in 14s
Docker Build and Push / build (pull_request) Successful in 47s
Docker Build and Push / test (pull_request) Successful in 22s
Docker Build and Push / push (pull_request) Skipped
2026-08-01 14:17:44 +00:00
jcabillot 1f9f12c8e9 Merge pull request 'Update docker/login-action digest to dbcb813' (#15) from renovate/docker-login-action-digest into master
Docker Build and Push / lint (push) Successful in 11s
Docker Build and Push / build (push) Successful in 55s
Docker Build and Push / test (push) Successful in 33s
Docker Build and Push / push (push) Failing after 1m14s
Reviewed-on: #15
2026-07-29 11:48:22 -04:00
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0 - uses: hadolint/hadolint-action@2a66e89f53d0771bb131a7fa31f3136336094aa6 # v3.4.0
with: with:
dockerfile: Dockerfile dockerfile: Dockerfile
failure-threshold: error failure-threshold: error
+12
View File
@@ -0,0 +1,12 @@
name: Renovate
on:
push:
branches:
- master
workflow_dispatch:
jobs:
renovate:
uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main
secrets: inherit