Skip to content

Commit

Permalink
fix dockerhub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Mar 26, 2024
1 parent bc95a1f commit c8bb379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/grpc-publish-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:

- 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 }}
Expand Down

0 comments on commit c8bb379

Please sign in to comment.