From 3473b88ac85c6a8f8df328ac1c4cd70458a87d8b Mon Sep 17 00:00:00 2001 From: max furman Date: Thu, 18 Feb 2021 14:39:25 -0800 Subject: [PATCH] [actions] build but don't push docker on -rc --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0250e346..b80d0cf3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,6 @@ jobs: name: Build & Upload Docker Images runs-on: ubuntu-latest needs: release - if: needs.test.outputs.is_prerelease == 'false' steps: - name: Checkout uses: actions/checkout@v2