mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-20 14:38:29 +03:00
Add action to update readme of dockerhub
This commit is contained in:
20
.github/workflows/update_docker_readme.yml
vendored
Normal file
20
.github/workflows/update_docker_readme.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: update docker description
|
||||
|
||||
# Controls when the workflow will run
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
tags:
|
||||
- 'v*'
|
||||
paths:
|
||||
- 'README.md'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
- name: Update repo description
|
||||
uses: peter-evans/dockerhub-description@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
repository: dmunozv04/isponsorblocktv
|
||||
Reference in New Issue
Block a user