Skip to content

Commit

Permalink
Update Docker Hub description from README
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Jun 13, 2024
1 parent 39dcc6a commit e366950
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/hub-description.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Update Docker Hub Description
on:
push:
branches:
- main
paths:
- README.md
- .github/workflows/hub-description.yaml

permissions:
contents: read

jobs:
description:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: tobix
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: tobix/pywine
short-description: ${{ github.event.repository.description }}

0 comments on commit e366950

Please sign in to comment.