Skip to content

update readme

update readme #15

name: Update Docker Hub Description
on:
push:
branches: [ master ]
paths:
- 'README.md'
- '.github/workflows/update-dockerhub.yml'
workflow_dispatch: # Allows action to be run manually from the Actions tab
jobs:
update-dockerhub-readme:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update Docker HUB Description
uses: peter-evans/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: lan2play/eventula-manager
short-description: "Event Manager App for Eventula"
readme-filepath: ./README.md