Skip to content

Commit 8f781f5

Browse files
committed
workflows: sync For-Container.md to Docker Hub
1 parent 9eecf60 commit 8f781f5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Sync For-Container.md to Docker Hub
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
paths:
8+
# Trigger the workflow only if the For-Container.md file is changed.
9+
- doc/02-installation.md.d/For-Container.md
10+
11+
jobs:
12+
sync:
13+
uses: icinga/github-actions/.github/workflows/sync-for-container.yml@main
14+
secrets:
15+
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
16+
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)