We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac5d152 + 480a555 commit a83f21fCopy full SHA for a83f21f
.github/workflows/publish-to-docker.yml
@@ -61,3 +61,10 @@ jobs:
61
dockerfile: Dockerfile
62
buildargs: BASE=${{ matrix.perl-version }}-buster,CPANOUTDATED=${{ matrix.perl-version != '5.8' }}
63
tags: "${{ matrix.perl-version }}"
64
+ - name: Docker Hub Description
65
+ uses: peter-evans/dockerhub-description@v3
66
+ with:
67
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
68
+ password: ${{ secrets.DOCKERHUB_GITHUB_TOKEN }}
69
+ repository: perldocker/perl-tester
70
+ short-description: ${{ github.event.repository.description }}
0 commit comments