We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a83f21f + c2bd87c commit b9c0972Copy full SHA for b9c0972
.github/workflows/publish-to-docker.yml
@@ -61,10 +61,3 @@ 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