mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 15:16:56 +00:00
fix build: use new Verified Publisher image hashicorp/vault
This commit is contained in:
parent
a0f8171c9e
commit
18c91323e9
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
version: "3.0"
|
||||
services:
|
||||
vault:
|
||||
image: vault:latest
|
||||
image: hashicorp/vault:latest
|
||||
environment:
|
||||
VAULT_DEV_ROOT_TOKEN_ID: testtoken
|
||||
ports:
|
||||
|
|
@ -17,7 +17,7 @@ services:
|
|||
- 8200:8200
|
||||
privileged: true
|
||||
vault-tls:
|
||||
image: vault:latest
|
||||
image: hashicorp/vault:latest
|
||||
hostname: vault-tls
|
||||
environment:
|
||||
VAULT_CAPATH: /etc/vault/ca.crt
|
||||
|
|
|
|||
Loading…
Reference in a new issue