Add dockur-windows files
This commit is contained in:
24
portainer-compose-stacks/windows/dockur-windows/.github/workflows/hub.yml
vendored
Normal file
24
portainer-compose-stacks/windows/dockur-windows/.github/workflows/hub.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user