Skip to content

Commit aca34dc

Browse files
authored
Automatically update Docker Hub description
1 parent 73fcc2a commit aca34dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ jobs:
2727
push: true
2828
platforms: linux/amd64,linux/arm64
2929
tags: aaronshaf/dynamodb-admin:latest,aaronshaf/dynamodb-admin:${{ env.VERSION }}
30+
- name: Docker Hub Description
31+
uses: peter-evans/dockerhub-description@v2
32+
with:
33+
username: ${{ secrets.DOCKERHUB_USERNAME }}
34+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
35+
repository: aaronshaf/dynamodb-admin

0 commit comments

Comments
 (0)