Skip to content

Commit

Permalink
Fix password for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kilna committed May 14, 2024
1 parent 0b003d2 commit a8384b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a8384b3

Please sign in to comment.