🔧 Renovate: Update (major) regex/hashicorp/vault to 2.0.0 to v2
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Successful in 50s
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 31s
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Failing after 1m18s
Gitea Branch PR & Docker Deployment / PR Merge (push) Has been skipped
Gitea Branch PR & Docker Deployment / Docker Compose Deployment (push) Has been skipped

This commit is contained in:
2026-05-16 07:15:45 +00:00
parent 0797461237
commit a2efcd08f1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
workflow_dispatch:
env:
HC_VAULT_VERSION: "1.21.4"
HC_VAULT_VERSION: "2.0.0"
jobs:
readme-services:
+1 -1
View File
@@ -9,7 +9,7 @@ on:
- "**/docker-compose.yml"
env:
HC_VAULT_VERSION: "1.21.4"
HC_VAULT_VERSION: "2.0.0"
TEA_VERSION: "0.14.0"
jobs:
+1 -1
View File
@@ -12,7 +12,7 @@ on:
env:
VAULT_ADDR: ${{ secrets.TREZ_VAULT_ADDR }}
VAULT_TOKEN: ${{ secrets.VAULT_GITEA_TOKEN }}
HC_VAULT_VERSION: "1.21.4"
HC_VAULT_VERSION: "2.0.0"
jobs:
deploy: