mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
Fix: dockerhub description readme (#533)
* fix: specify long_description MD type * chore: black formatting * fix: set the docker hub description
This commit is contained in:
parent
904f50fa79
commit
e788785fa4
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -226,6 +226,13 @@ jobs:
|
||||
- name: "Image digest"
|
||||
run: "echo ${{ steps.docker_build.outputs.digest }}"
|
||||
|
||||
- name: "Docker Hub Description"
|
||||
uses: peter-evans/dockerhub-description@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USER }}
|
||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||
repository: pypiserver/pypiserver
|
||||
|
||||
## GITHUB RELEASE DRAFT
|
||||
|
||||
create_release:
|
||||
|
Loading…
Reference in New Issue
Block a user