Add dockur-windows files

This commit is contained in:
Dobromir Popov
2025-08-31 19:31:29 +03:00
parent 6d8f9eb67e
commit dae3c933e2
65 changed files with 18494 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
name: Update
on:
push:
branches:
- master
paths:
- readme.md
- README.md
- .github/workflows/hub.yml
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
-
name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: ${{ secrets.DOCKERHUB_REPO }}
short-description: ${{ github.event.repository.description }}
readme-filepath: ./readme.md