Add README -> DockerHub description auto-push
This commit is contained in:
parent
8a1e7cf8e9
commit
8b4cbe8a60
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -42,3 +42,10 @@ jobs:
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
- name: Docker Hub Description
|
||||
uses: peter-evans/dockerhub-description@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
repository: jafner/5etools-docker
|
||||
|
||||
Loading…
Reference in New Issue
Block a user