From f3dfcd86550f1cd2464f3e69a08e82047d1b0368 Mon Sep 17 00:00:00 2001 From: Sachin Joshi Date: Thu, 18 Mar 2021 23:56:41 +0545 Subject: [PATCH] fix the docker image build not triggered on github release --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56cb01c34..e04968b32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,6 @@ name: CI -on: - [push] +on: [push, release] env: BLOBBER_REGISTRY: ${{ secrets.BLOBBER_REGISTRY }}