Skip to content

Update Dockerfiles version and add linter (#91) #11

Update Dockerfiles version and add linter (#91)

Update Dockerfiles version and add linter (#91) #11

name: Update Docker Hub Description
on:
push:
branches:
- main
paths:
- README.md
- .github/workflows/dockerhub-description.yml
jobs:
dockerHubDescription:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: nginxcontrib/nginx-ubi
short-description: ${{ github.event.repository.description }}