Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.18 KB

Vault Docker Image

This Docker image contains Vault for use in GitHub Actions workflows.

Features

  • Vault: The image includes HashiCorp Vault, a tool for managing secrets and protecting sensitive data.

Usage

You can use this Docker image by pulling it from the Docker Hub or by referencing it directly in your GitHub Actions workflows.

Pull from Docker Hub

docker pull <your-dockerhub-username>/vault

Usage in GitHub Actions

jobs:
  vault:
    runs-on: ubuntu-latest
    container:
      image: <your-dockerhub-username>/vault
    steps:
      - name: Start Vault
        run: vault server

Additional Information

Feel free to customize this image according to your specific requirements and environment. If you encounter any issues or have suggestions for improvements, please don't hesitate to contribute to the GitHub repository.