We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0be1be commit 55a2ab7Copy full SHA for 55a2ab7
.github/workflows/publish-to-dockerhub.yml
@@ -39,4 +39,15 @@ jobs:
39
context: .
40
file: ./Dockerfile
41
push: ${{ !inputs.dry-run }}
42
- labels: iotaledger/uni-resolver-driver-iota:${{ inputs.tag }}
+ tags: iotaledger/uni-resolver-driver-iota:${{ inputs.tag }}
43
+
44
+ - name: Docker Hub Description
45
+ uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae
46
+ if: ${{ !inputs.dry-run }}
47
+ with:
48
+ username: ${{ secrets.IOTALEDGER_DOCKER_USERNAME }}
49
+ password: ${{ secrets.IOTALEDGER_DOCKER_PASSWORD }}
50
+ repository: iotaledger/uni-resolver-driver-iota
51
+ readme-filepath: ./README.md
52
+ short-description: ${{ github.event.repository.description }}
53
0 commit comments