Skip to content

Upgrade Alpine Linux to 3.20 and Nginx to 1.26 #16

Upgrade Alpine Linux to 3.20 and Nginx to 1.26

Upgrade Alpine Linux to 3.20 and Nginx to 1.26 #16

name: Update Docker Hub Description
on:
push:
branches:
- master
paths:
- README.md
- .github/workflows/dockerhub-description.yml
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: trafex/php-nginx
short-description: ${{ github.event.repository.description }}