Skip to content

Commit

Permalink
Updated the workflow file to upload the description
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Doyle committed Jan 1, 2024
1 parent 40a30db commit 9b081b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@dc67fad7001ef9e8e3c124cb7a64e16d0a63d864
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ env.IMAGE }}
short-description: ${{ github.event.repository.description }}
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
## Overview
This docker image provides terratools such as [terraform](https://www.terraform.io/) and
[terragrunt](https://terragrunt.gruntwork.io/). It is built using the GoLang image as its base which means it will also
be able to do terratest for writting infrastructure unit test. The docker includes the [vault](https://www.hashicorp.com/products/vault)
binary to provide easy integration to vault for secrets and AWs credentials. If you want to use hashicorp vault CLI you
will need to provide the `VAULT_ADDR` and `VAULT_TOKEN` environment variables
be able to do terratest for writting infrastructure unit test. The docker includes the
[vault](https://www.hashicorp.com/products/vault) binary to provide easy integration to vault for secrets and AWS
credentials. If you want to use hashicorp vault CLI you will need to provide the `VAULT_ADDR` and `VAULT_TOKEN`
environment variables

## HashiCorp Licence
Following announcement of HashiCorp changing the licence, all HashiCorp products in this image use the latest versions
Expand Down

0 comments on commit 9b081b1

Please sign in to comment.