Skip to content

Commit

Permalink
Fix docker hub repo name in action
Browse files Browse the repository at this point in the history
On Docker Hub repos aren't allowed to have `-` in their name...
  • Loading branch information
ulope committed Dec 7, 2021
1 parent 03430d3 commit 9a5aa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-images.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: raiden-network/raiden
images: raidennetwork/raiden
-
name: Login to DockerHub
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 9a5aa0b

Please sign in to comment.