From 3f2ca6cf73a15636d841eead70fa0c991be7a5c2 Mon Sep 17 00:00:00 2001 From: debaghtk Date: Mon, 1 Apr 2024 12:38:25 +0530 Subject: [PATCH] revert changes to push docker image again --- .github/workflows/ci-push-image-aylin.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-push-image-aylin.yml b/.github/workflows/ci-push-image-aylin.yml index 80ba789e4b..440e0f49c3 100644 --- a/.github/workflows/ci-push-image-aylin.yml +++ b/.github/workflows/ci-push-image-aylin.yml @@ -4,7 +4,6 @@ on: push: branches: - aylin - - take-avalanche-go-version-from-versions-file defaults: run: @@ -49,7 +48,7 @@ jobs: ./scripts/build_image.sh env: CURRENT_BRANCH: ${{ github.head_ref || github.ref_name }} - PUSH_DOCKER_IMAGE: false + PUSH_DOCKER_IMAGE: true DOCKERHUB_REPO: hubbleexchange/hubblenet GITHUB_TAG: ${{ steps.get_tag.outputs.tag }} GITHUB_SHA: ${{ github.sha }}