Skip to content

Commit

Permalink
Update Docker Hub description using README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jan 11, 2023
1 parent b9c0972 commit bdd3dc3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
dockerfile: Dockerfile
buildargs: BASE=buster
tags: "latest,buster"
- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_GITHUB_TOKEN }}
repository: ${{ secrets.DOCKER_REPO }}
short-description: ${{ github.event.repository.description }}

build:
name: "Build versions"
Expand Down

0 comments on commit bdd3dc3

Please sign in to comment.