mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Create hub.yml
This commit is contained in:
parent
5f7a3d13c9
commit
109379365d
22
.github/workflows/hub.yml
vendored
Normal file
22
.github/workflows/hub.yml
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
name: Update Docker Hub Description
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- readme.md
|
||||
- .github/workflows/hub.yml
|
||||
jobs:
|
||||
dockerHubDescription:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Docker Hub Description
|
||||
uses: peter-evans/dockerhub-description@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
repository: kroese/virtual-dsm
|
||||
short-description: ${{ github.event.repository.description }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user