Skip to content

Commit

Permalink
Minor fix to Github action. Update rly start
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish Chandra committed Sep 6, 2023
1 parent 7a65736 commit 92ef9f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
GITHUB_USER=${{ secrets.GH_USER }}
GITHUB_TOKEN=${{ secrets.GH_ACCESS_TOKEN }}
platforms: linux/amd64
tags: sagaxyz/go-relayer:${{ steps.meta.outputs.tag }}, sagaxyz/spc:latest
tags: sagaxyz/go-relayer:${{ steps.meta.outputs.tag }}, sagaxyz/go-relayer:latest
2 changes: 1 addition & 1 deletion rly/start-rly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,4 @@ GenerateChainFiles
ConfigRelayer
CheckLaunchReadiness
LinkRelayer
rly start pc --home .relayer
(echo $KEYPASSWD; sleep 1; echo $KEYPASSWD) | rly start pc --home .relayer

0 comments on commit 92ef9f3

Please sign in to comment.