Skip to content

Commit

Permalink
Fix problem with verify-range push in master
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Mar 2, 2022
1 parent 64d93b8 commit 33b3d0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/horizon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- if: github.ref == 'refs/heads/master'
name: Push to DockerHub
# TODO(fons): Commented out until we disable the CircleCI jobs
run: \# docker push stellar/horizon-verify-range:latest
# TODO(fons): Commented out until we disable the CircleCI jobs
# - if: github.ref == 'refs/heads/master'
# name: Push to DockerHub
# run: docker push stellar/horizon-verify-range:latest

0 comments on commit 33b3d0f

Please sign in to comment.