Skip to content

Commit bfd875d

Browse files
authored
Add README update on Docker Hub
1 parent 7767567 commit bfd875d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker-publish.yml

+7
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ jobs:
9696
push: ${{ github.event_name != 'pull_request' }}
9797
tags: ${{ steps.meta.outputs.tags }}
9898
labels: ${{ steps.meta.outputs.labels }}
99+
100+
- name: Update repo description
101+
uses: peter-evans/dockerhub-description@v2
102+
with:
103+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
104+
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
105+
#repository: user/app use default $github.repository
99106

100107
# Sign the resulting Docker image digest except on PRs.
101108
# This will only write to the public Rekor transparency log when the Docker

0 commit comments

Comments
 (0)