From a8384b39c194f0596adb8166689776ebcaddddcd Mon Sep 17 00:00:00 2001 From: Kilna Date: Tue, 14 May 2024 16:29:52 -0700 Subject: [PATCH] Fix password for docker --- .github/workflows/docker-release.yml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 79c8944..7c0b3e8 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -42,7 +42,7 @@ jobs: uses: peter-evans/dockerhub-description@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} - token: ${{ secrets.DOCKERHUB_TOKEN }} + password: ${{ secrets.DOCKERHUB_TOKEN }} repository: kilna/envhttpd short-description: ${{ github.event.repository.description }} diff --git a/README.md b/README.md index 2553fe7..a254c29 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ A docker image of a web server that delivers environment variables as JSON and discrete curl-able endpoints; weighing in at less than 2mb, it is ideal to use -as a pod metadata sidecar in Kubernetes. +as a queryable pod metadata sidecar in Kubernetes, or any situation in which +you need to expose simple data without a lot of overhead. ## Usage