From 16d70a9d485ec6e794dfe41c6b36ffba91fc4012 Mon Sep 17 00:00:00 2001 From: Y Date: Tue, 26 Jul 2022 07:37:33 +0530 Subject: [PATCH] enable docker push for console (#552) --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e0839f667..8daf93de9 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -132,7 +132,7 @@ jobs: image_name: flyteorg/flyteconsole image_tag: latest,${{ github.sha }},${{ needs.check_for_tag.outputs.currentTag }} push_git_tag: true - push_image_and_stages: false + push_image_and_stages: true dockerfile: Dockerfile registry: ghcr.io build_extra_args: "--compress=true"