Add action to update readme of dockerhub

This commit is contained in:
David
2022-04-03 10:09:25 +02:00
committed by GitHub
parent fc700cfafe
commit e546837ba7
2 changed files with 20 additions and 7 deletions

View File

@@ -70,10 +70,3 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=ghcr.io/dmunozv04/isponsorblocktv:buildcache
cache-to: type=registry,ref=ghcr.io/dmunozv04/isponsorblocktv:buildcache,mode=max
- name: Update repo description
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: dmunozv04/isponsorblocktv

View 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