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.
1 parent 73fcc2a commit aca34dcCopy full SHA for aca34dc
.github/workflows/publish.yaml
@@ -27,3 +27,9 @@ jobs:
27
push: true
28
platforms: linux/amd64,linux/arm64
29
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