Skip to content

Commit cee5bb6

Browse files
committed
Update Docker Hub description using README.md
1 parent a83f21f commit cee5bb6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/publish-to-docker.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ jobs:
2525
dockerfile: Dockerfile
2626
buildargs: BASE=buster
2727
tags: "latest,buster"
28+
- name: Update Docker Hub Description
29+
uses: peter-evans/dockerhub-description@v3
30+
with:
31+
username: ${{ secrets.DOCKER_USERNAME }}
32+
password: ${{ secrets.DOCKER_GITHUB_TOKEN }}
33+
repository: ${{ secrets.DOCKER_REPO }}
34+
short-description: ${{ github.event.repository.description }}
2835

2936
build:
3037
name: "Build versions"
@@ -61,10 +68,3 @@ jobs:
6168
dockerfile: Dockerfile
6269
buildargs: BASE=${{ matrix.perl-version }}-buster,CPANOUTDATED=${{ matrix.perl-version != '5.8' }}
6370
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

Comments
 (0)