30 lines
682 B
YAML
Raw Normal View History

2023-04-03 18:08:27 +02:00
name: Update
2023-04-03 18:01:03 +02:00
on:
push:
branches:
2023-04-03 18:03:47 +02:00
- master
2023-04-03 18:01:03 +02:00
paths:
- readme.md
- .github/workflows/hub.yml
2023-04-03 18:03:47 +02:00
pull_request:
branches:
- master
paths:
- readme.md
- .github/workflows/hub.yml
2023-04-03 18:01:03 +02:00
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
2023-04-03 23:41:32 +02:00
-
name: Docker Hub Description
2023-04-03 18:01:03 +02:00
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
2023-04-03 18:05:43 +02:00
password: ${{ secrets.DOCKERHUB_TOKEN }}
2023-04-03 23:41:32 +02:00
repository: ${{ github.repository }}
2023-04-03 18:01:03 +02:00
short-description: ${{ github.event.repository.description }}
2023-04-03 18:08:27 +02:00
readme-filepath: ./readme.md