mirror of
https://github.com/Icinga/docker-icingaweb2.git
synced 2025-10-23 13:00:59 +02:00
GHA: sync README.md to Docker Hub
This commit is contained in:
parent
09b417b142
commit
8ce4daf294
23
.github/workflows/sync-readme.yml
vendored
Normal file
23
.github/workflows/sync-readme.yml
vendored
Normal 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/icingaweb2
|
||||||
|
readme: ./README.md
|
Loading…
x
Reference in New Issue
Block a user