Skip to content

Commit df507b9

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

File tree

1 file changed

+13
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)