Skip to content

Commit 5023346

Browse files
Added GH actions to update Docker Hub repositories descriptions
1 parent 8a62cba commit 5023346

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Update Docker Hub description for sysdiglabs/aks-audit-log-forwarder
2+
on:
3+
push:
4+
branches:
5+
- master
6+
paths:
7+
- build/README.md
8+
- .github/workflows/dockerhub-description-forwarder.yml
9+
jobs:
10+
dockerHubDescription:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v2
14+
15+
- name: Docker Hub description update
16+
uses: peter-evans/dockerhub-description@v2
17+
with:
18+
username: ${{ secrets.DOCKERHUB_USERNAME }}
19+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
20+
repository: sysdiglabs/aks-audit-log-forwarder
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Update Docker Hub description for sysdiglabs/aks-audit-log-installer
2+
on:
3+
push:
4+
branches:
5+
- master
6+
paths:
7+
- build/README.md
8+
- .github/workflows/dockerhub-description-installer.yml
9+
jobs:
10+
dockerHubDescription:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v2
14+
15+
- name: Docker Hub description update
16+
uses: peter-evans/dockerhub-description@v2
17+
with:
18+
username: ${{ secrets.DOCKERHUB_USERNAME }}
19+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
20+
repository: sysdiglabs/aks-audit-log-installer

0 commit comments

Comments
 (0)