[DOCKER] Automated PR for auto-mongodb-backup_2025-09-16T17-58-33 - #210 #210

Merged
gitea-sonarqube-bot merged 5 commits from auto-mongodb-backup_2025-09-16T17-58-33 into main 2025-09-16 18:43:00 -04:00
Showing only changes of commit 12318b8578 - Show all commits
@@ -393,14 +393,7 @@ jobs:
with:
ref: main
- name: Cache Vault install
id: cache-vault
uses: actions/cache@v4
with:
path: /root/.vault/vault
key: vault-${{ runner.os }}-${{ env.HC_VAULT_VERSION }}
- name: Install Vault (only if not cached)
- name: Install Vault
uses: cpanato/vault-installer@main
with:
version: ${{ env.HC_VAULT_VERSION }}