Skip to content

Commit

Permalink
Update sync-readme.yml (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 committed Mar 25, 2024
1 parent 5b0fe15 commit a087ec0
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/sync-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Sync README.md to Docker Hub

on:
push:
tags:
- "release/*"
- "doc/*"
branches:
- "main"

jobs:
sync-readme:
Expand All @@ -15,11 +14,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Docker Hub README & description sync
- name: Docker Hub README sync
uses: meeDamian/sync-readme@v1.0.6
with:
user: ${{ secrets.DOCKER_USERNAME }}
pass: ${{ secrets.DOCKER_PASSWORD }}
slug: ${{ secrets.DOCKER_USERNAME }}/upmpdcli
readme: ./README.md
description: Easily run upmpdcli on your devices
- name: Update repo description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ secrets.DOCKER_USERNAME }}/upmpdcli

0 comments on commit a087ec0

Please sign in to comment.