forked from Mirrors/dhcp-netboot.xyz
Set Docker Hub description from GH Action
This commit is contained in:
parent
ad22f8cc74
commit
7b34dcad0e
1 changed files with 7 additions and 0 deletions
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
|
|
@ -27,3 +27,10 @@ jobs:
|
|||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
repository: samdbmg/dhcp-netboot.xyz
|
||||
tags: latest, ${{ steps.current-time.outputs.formattedTime }}
|
||||
|
||||
- name: Update Docker Hub Description
|
||||
uses: peter-evans/dockerhub-description@v2.1.0
|
||||
env:
|
||||
DOCKERHUB_USERNAME: samdbmg
|
||||
DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_TOKEN }}
|
||||
DOCKERHUB_REPOSITORY: samdbmg/dhcp-netboot.xyz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue