mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
Create hub.yml
This commit is contained in:
parent
eeaedcf9e0
commit
697061a151
1 changed files with 24 additions and 0 deletions
24
.github/workflows/hub.yml
vendored
Normal file
24
.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@v4
|
||||
-
|
||||
name: Docker Hub Description
|
||||
uses: peter-evans/dockerhub-description@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
repository: ${{ secrets.DOCKERHUB_REPO }}
|
||||
short-description: ${{ github.event.repository.description }}
|
||||
readme-filepath: ./readme.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue