Skip to content

Commit

Permalink
fix dockerhub release
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed May 13, 2024
1 parent c0be1be commit 55a2ab7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/publish-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 55a2ab7

Please sign in to comment.