2 parents a0c3247 + 24d88b7 commit 4e86a0cCopy full SHA for 4e86a0c
1 file changed
.github/workflows/dockerhub-description.yml
@@ -0,0 +1,23 @@
1
+name: Update Docker Hub Description
2
+on:
3
+ push:
4
+ branches:
5
+ - master
6
+ paths:
7
+ - README.md
8
+ - .github/workflows/dockerhub-description.yml
9
+jobs:
10
+ dockerHubDescription:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+
14
+ - uses: actions/checkout@v4
15
16
+ - name: Docker Hub Description
17
+ uses: peter-evans/dockerhub-description@v5
18
+ with:
19
+ username: ${{ secrets.DHI_USER }}
20
+ password: ${{ secrets.DHI_TOKEN }}
21
+ repository: unixerius/proxmox-qdevice
22
+ short-description: "Cross-platform container image for the Corosync Quorum Device (QDevice), based on modern hardened parent images."
23
0 commit comments