mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-30 17:47:26 +01:00
ci: add Update Docker Hub Description on release
This commit is contained in:
15
.github/workflows/dockerhub-description.yml
vendored
Normal file
15
.github/workflows/dockerhub-description.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Update Docker Hub Description
|
||||
on: release
|
||||
|
||||
jobs:
|
||||
dockerHubDescription:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Docker Hub Description
|
||||
uses: peter-evans/dockerhub-description@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
short-description: ${{ github.event.repository.description }}
|
||||
Reference in New Issue
Block a user