fixed registry access path
Some checks failed
ci/woodpecker/push/db Pipeline failed

This commit is contained in:
Stephan D
2025-11-07 01:18:30 +01:00
parent 7ad3939d77
commit 34b3b089fc

View File

@@ -24,8 +24,8 @@ steps:
- mkdir -p secrets
- set -a; . ./.env.version; set +a
# fetch registry creds
- ./ci/vlt kv_to_file kv sendico/registry user secrets/REGISTRY_USER 600
- ./ci/vlt kv_to_file kv sendico/registry password secrets/REGISTRY_PASS 600
- ./ci/vlt kv_to_file kv registry user secrets/REGISTRY_USER 600
- ./ci/vlt kv_to_file kv registry password secrets/REGISTRY_PASS 600
# fetch SSH private key for deploy
- ./ci/vlt kv_to_file kv sendico/ops/deploy/ssh_key private secrets/SSH_KEY 600