error-pages/.github/workflows/documentation.yml

20 lines
510 B
YAML
Raw Normal View History

2022-01-03 17:07:48 +00:00
name: documentation
on:
push:
branches: [master, main]
paths: ['README.md']
jobs:
docker-hub-description:
name: Docker Hub Description
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
2022-01-03 17:07:48 +00:00
- uses: peter-evans/dockerhub-description@v3 # Action page: <https://github.com/peter-evans/dockerhub-description>
2022-01-03 17:07:48 +00:00
with:
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_USER_PASSWORD }}
repository: tarampampam/error-pages