Skip to content

Commit

Permalink
Merge pull request #54 from Edirom/feature/update-dockerhub-description
Browse files Browse the repository at this point in the history
Feature/update dockerhub description
  • Loading branch information
anneferger authored Nov 2, 2022
2 parents f22d756 + 7c2fd74 commit 43762c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/maven_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,11 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
BUILDTYPE=github
# Use current README for DockerHub description
- name: Update repo description
uses: peter-evans/dockerhub-description@v3
with:
username: vifebot
password: ${{ secrets.VIFEBOT_DOCKERHUB_TOKEN }}
repository: edirom/meigarage
short-description: ${{ github.event.repository.description }}

0 comments on commit 43762c7

Please sign in to comment.