Skip to content

Commit eabc25a

Browse files
committed
Deploy README.md on DockerHub
1 parent 6414138 commit eabc25a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/README.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Publish REAME
2+
3+
on:
4+
push:
5+
branches: [ "master" ]
6+
paths:
7+
- README.md
8+
- .github/workflows/README.yml
9+
workflow_dispatch:
10+
11+
jobs:
12+
deploy:
13+
name: Update Push README.md to Docker hub
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v4
17+
- name: Docker Hub Description
18+
uses: peter-evans/dockerhub-description@v4
19+
with:
20+
username: ${{ secrets.DOCKER_USER }}
21+
password: ${{ secrets.DOCKER_UPDATE_README }}
22+
repository: felfert/wix

0 commit comments

Comments
 (0)