From 33b3d0f7324081a3a5c1f13269a9744acbde5574 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Wed, 2 Mar 2022 19:24:51 +0100 Subject: [PATCH] Fix problem with verify-range push in master See https://github.com/stellar/go/runs/5395864747?check_suite_focus=true --- .github/workflows/horizon.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/horizon.yml b/.github/workflows/horizon.yml index 339187e817..1ae2f1e27b 100644 --- a/.github/workflows/horizon.yml +++ b/.github/workflows/horizon.yml @@ -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