From 9b081b146d194be2a34a05bb4d749927e0f429bf Mon Sep 17 00:00:00 2001 From: Chris Doyle Date: Mon, 1 Jan 2024 12:19:02 +0000 Subject: [PATCH] Updated the workflow file to upload the description --- .github/workflows/docker-release.yml | 4 ++-- README.md | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index af4e0e4..3cd2ff8 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -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 }} \ No newline at end of file diff --git a/README.md b/README.md index eca80e1..351906b 100644 --- a/README.md +++ b/README.md @@ -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