Skip to content

Commit

Permalink
Merge pull request #1 from barcus/dockerhub-readme
Browse files Browse the repository at this point in the history
update docker hub readme
  • Loading branch information
barcus authored Mar 26, 2022
2 parents 6472e2c + eebd498 commit 318d21c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/push-readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: push-readme

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

jobs:
dockerhub:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Update Docker Hub description
uses: peter-evans/[email protected]
env:
DOCKERHUB_USERNAME: barcus
DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_PASS }}
DOCKERHUB_REPOSITORY: barcus/postgresql-upgrade

0 comments on commit 318d21c

Please sign in to comment.