Skip to content

Commit

Permalink
Update README on push to master (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t committed Oct 22, 2020
1 parent 4e491e3 commit 2ba752b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/update-readme.yml
@@ -0,0 +1,22 @@
name: Update Docker Hub README everytime it changes on master

on:
push:
branches:
- master
paths:
- README.md
- '.github/workflows/update-readme.yml'

jobs:
sync:
name: Update README to Docker Hub
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2.0.0
- name: Sync README.md and Description to Docker Hub using meeDamian action (my fork)
uses: nolim1t/sync-readme@v1.0.6
with:
user: ${{ secrets.DOCKER_USERNAME }}
pass: ${{ secrets.DOCKER_PASSWORD }}
description: true

0 comments on commit 2ba752b

Please sign in to comment.