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 c8bb379 commit 9732942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/grpc-publish-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
context: .
file: bindings/grpc/Dockerfile
push: ${{ !inputs.dry-run }}
labels: iotaledger/identity-grpc:${{ inputs.tag }}
tags: iotaledger/identity-grpc:${{ inputs.tag }}

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae
Expand Down

0 comments on commit 9732942

Please sign in to comment.