Skip to content

Commit 55a2ab7

Browse files
committed
fix dockerhub release
1 parent c0be1be commit 55a2ab7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/publish-to-dockerhub.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,15 @@ jobs:
3939
context: .
4040
file: ./Dockerfile
4141
push: ${{ !inputs.dry-run }}
42-
labels: iotaledger/uni-resolver-driver-iota:${{ inputs.tag }}
42+
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

Comments
 (0)