docker-windows/.github/workflows/hub.yml
Workflow config file is invalid. Please check your config file: yaml: line 4: mapping values are not allowed in this context
2026-05-01 16:02:58 +07:00

27 lines
710 B
YAML

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