Skip to content

Commit ecdf235

Browse files
committed
Add Docker Hub README sync workflow
1 parent 2b548dd commit ecdf235

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Docker Hub Description
2+
3+
on:
4+
push:
5+
branches: [main]
6+
paths: [README.md]
7+
workflow_dispatch:
8+
9+
jobs:
10+
update-description:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
15+
- uses: peter-evans/dockerhub-description@v4
16+
with:
17+
username: ${{ secrets.DOCKERHUB_USERNAME }}
18+
password: ${{ secrets.DOCKERHUB_TOKEN }}
19+
repository: drumsergio/website-diff

0 commit comments

Comments
 (0)