From e65635b6db126f878285436734a749317fbd6667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eike=20Ha=C3=9F?= Date: Mon, 13 May 2024 12:18:58 +0200 Subject: [PATCH] fic dockerhub release --- .github/workflows/publish-to-dockerhub.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-dockerhub.yml b/.github/workflows/publish-to-dockerhub.yml index d1234b5..de9bfd8 100644 --- a/.github/workflows/publish-to-dockerhub.yml +++ b/.github/workflows/publish-to-dockerhub.yml @@ -39,4 +39,15 @@ jobs: context: . file: ./Dockerfile push: ${{ !inputs.dry-run }} - labels: iotaledger/uni-resolver-driver-iota:${{ inputs.tag }} + tags: iotaledger/uni-resolver-driver-iota:${{ inputs.tag }} + + - name: Docker Hub Description + uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae + if: ${{ !inputs.dry-run }} + with: + username: ${{ secrets.IOTALEDGER_DOCKER_USERNAME }} + password: ${{ secrets.IOTALEDGER_DOCKER_PASSWORD }} + repository: iotaledger/uni-resolver-driver-iota + readme-filepath: ./README.md + short-description: ${{ github.event.repository.description }} +