From 66228cb0a445ec179e2bfe61a58e0ed156b33a80 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta <alfonso@stellar.org> Date: Tue, 19 Jul 2022 12:57:09 +0200 Subject: [PATCH] Forgot to add login step to ledgerexporter workflow --- .github/workflows/horizon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/horizon.yml b/.github/workflows/horizon.yml index f32ea38113..322a8f8022 100644 --- a/.github/workflows/horizon.yml +++ b/.github/workflows/horizon.yml @@ -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: