committed by
GitHub
1 changed files with 0 additions and 25 deletions
@ -1,25 +0,0 @@ |
|||||
name: Update Docker Hub Description |
|
||||
on: |
|
||||
workflow_dispatch: |
|
||||
push: |
|
||||
paths: |
|
||||
- README.md |
|
||||
- .github/workflows/dockerhub-description.yml |
|
||||
branches: |
|
||||
- main |
|
||||
|
|
||||
jobs: |
|
||||
dockerhub-description: |
|
||||
name: Docker Hub Description |
|
||||
runs-on: ubuntu-latest |
|
||||
steps: |
|
||||
- name: Checkout |
|
||||
uses: actions/checkout@v4 |
|
||||
|
|
||||
- name: Docker Hub Description |
|
||||
uses: peter-evans/dockerhub-description@v4 |
|
||||
with: |
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }} |
|
||||
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} |
|
||||
repository: ${{ secrets.DOCKER_HUB_REPO }} |
|
||||
short-description: ${{ github.event.repository.description }} |
|
Loading…
Reference in new issue