Skip to content

Commit

Permalink
Add Docker Hub README update to workflow + add read shield images
Browse files Browse the repository at this point in the history
  • Loading branch information
jonakoudijs committed Jul 15, 2020
1 parent c7ba6bc commit 31b0b35
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ jobs:
- name: Push Image
run: docker push steamcmd/api

update-readme:
name: Update Readme
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v2
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKERHUB_REPOSITORY: steamcmd/api

deploy-heroku:
name: Deploy Heroku
runs-on: ubuntu-18.04
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[![Build Status](https://img.shields.io/github/workflow/status/steamcmd/api/Deploy.svg?logo=github)](https://github.com/steamcmd/api/actions)
[![CodeFactor](https://www.codefactor.io/repository/github/steamcmd/api/badge)](https://www.codefactor.io/repository/github/steamcmd/api)
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
[![service Status](https://img.shields.io/static/v1?label=service&message=status&color=blue)](https://status.steamcmd.net)
[![Service Status](https://img.shields.io/static/v1?label=service&message=status&color=blue)](https://status.steamcmd.net)
[![Image Size](https://img.shields.io/docker/image-size/steamcmd/api/latest.svg)](https://hub.docker.com/r/steamcmd/api)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![GitHub Release](https://img.shields.io/github/v/release/steamcmd/api?label=version)](https://github.com/steamcmd/api/releases)

Expand Down

0 comments on commit 31b0b35

Please sign in to comment.