[actions] build but don't push docker on -rc

This commit is contained in:
max furman 2021-02-18 14:39:25 -08:00
parent 2c495a347f
commit 3473b88ac8

View file

@ -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