Merge pull request #80 from Icinga/sync-readme

GHA: sync README.md to Docker Hub
This commit is contained in:
Julian Brost 2022-07-21 14:30:12 +02:00 committed by GitHub
commit 4c07549d11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
.github/workflows/sync-readme.yml vendored Normal file
View File

@ -0,0 +1,23 @@
name: Sync README.md to Docker Hub
on:
push:
branches:
- master
jobs:
sync:
name: Sync README
runs-on: ubuntu-latest
steps:
- name: Checkout HEAD
uses: actions/checkout@v1
- name: Sync README
uses: ms-jpq/sync-dockerhub-readme@e2991ea1ba48832e73555cdbd5b82f5a2e91ee9b # v1
with:
username: icingaadmin
password: '${{ secrets.DOCKER_HUB_PERSONAL_TOKEN }}'
repository: icinga/icinga2
readme: ./README.md