From 85a0ecf368a9e8cb7867b1487de861909f0cc785 Mon Sep 17 00:00:00 2001 From: will Farrell Date: Wed, 2 Dec 2020 11:32:39 -0700 Subject: [PATCH] ci: ensure push always happens --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2abe0a..6dee49d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: name: Conditional(Set tag as `{version}`) run: echo ::set-output name=tag::${GITHUB_REF#refs/*/} - - if: env.tag + - name: Build and push uses: docker/build-push-action@v2 with: