mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-02-24 01:38:15 +00:00
ci: Docker Hub description update
This commit is contained in:
parent
81798c4d51
commit
980470377a
27
.github/workflows/dockerhub-description.yml
vendored
Normal file
27
.github/workflows/dockerhub-description.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
name: Update Docker Hub Description
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- README.md
|
||||
- .github/workflows/dockerhub-description.yml
|
||||
|
||||
jobs:
|
||||
dockerHubDescription:
|
||||
name: Update Docker Hub Description
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Docker Hub Description
|
||||
uses: peter-evans/dockerhub-description@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN_RWD }}
|
||||
repository: nginxproxy/nginx-proxy
|
||||
short-description: ${{ github.event.repository.description }}
|
||||
enable-url-completion: true
|
Loading…
x
Reference in New Issue
Block a user