Skip to content

Commit

Permalink
Update README shields, add README push to DockerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
kilna committed May 14, 2024
1 parent 2690cd9 commit 1ccd07b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ jobs:
docker.io/kilna/envhttpd:${{ env.VERSION_TAG }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: kilna/envhttpd
description: ${{ github.event.repository.description }}

13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

**A Dockerized HTTPD to Serve Environment Variables**

[![](https://img.shields.io/GitHub-kilna/envhttpd.svg?style=plastic)](https://github.com/kilna/envhttpd/)
[![](https://img.shields.io/DockerHub-kilna/envhttpd.svg?style=plastic)](https://hub.docker.com/r/kilna/envhttpd/)
[![](https://img.shields.io/docker/pulls/kilna/envhttpd.svg?style=plastic)](https://hub.docker.com/r/kilna/envhttpd/)
[![](https://img.shields.io/docker/stars/kilna/envhttpd.svg?style=plastic)](https://hub.docker.com/r/kilna/envhttpd/)
[![](https://img.shields.io/badge/docker_build-automated-blue.svg?style=plastic)](https://cloud.docker.com/swarm/kilna/repository/docker/kilna/envhttpd/builds)
![Docker Image Version](https://img.shields.io/docker/v/kilna/envhttpd?sort=semver)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/kilna/envhttpd/latest)
![Docker Pulls](https://img.shields.io/docker/pulls/kilna/envhttpd)
![Docker Stars](https://img.shields.io/docker/stars/kilna/envhttpd)

![GitHub forks](https://img.shields.io/github/forks/kilna/envhttpd)
![GitHub watchers](https://img.shields.io/github/watchers/kilna/envhttpd)
![GitHub Repo stars](https://img.shields.io/github/stars/kilna/envhttpd)

A docker image of a web server that delivers environment variables as JSON and
discrete curl-able endpoints; weighing in at less than 3mb, it is ideal to use
Expand Down

0 comments on commit 1ccd07b

Please sign in to comment.