Skip to content

Commit

Permalink
Forgot to add login step to ledgerexporter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Jul 19, 2022
1 parent 291e99e commit 66228cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/horizon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:

# Push image
- if: github.ref == 'refs/heads/master'
- if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/lighthorizon'
name: Login to DockerHub
uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b
with:
Expand Down

0 comments on commit 66228cb

Please sign in to comment.