5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 23:26:55 +00:00

fix build: use new Verified Publisher image hashicorp/vault

This commit is contained in:
JM Faircloth 2023-07-03 10:15:11 -05:00
parent a0f8171c9e
commit 18c91323e9

View file

@ -2,7 +2,7 @@
version: "3.0" version: "3.0"
services: services:
vault: vault:
image: vault:latest image: hashicorp/vault:latest
environment: environment:
VAULT_DEV_ROOT_TOKEN_ID: testtoken VAULT_DEV_ROOT_TOKEN_ID: testtoken
ports: ports:
@ -17,7 +17,7 @@ services:
- 8200:8200 - 8200:8200
privileged: true privileged: true
vault-tls: vault-tls:
image: vault:latest image: hashicorp/vault:latest
hostname: vault-tls hostname: vault-tls
environment: environment:
VAULT_CAPATH: /etc/vault/ca.crt VAULT_CAPATH: /etc/vault/ca.crt