[actions] depend on 'test' finishing rather than 'release' - docker

This commit is contained in:
max furman 2021-02-18 14:44:05 -08:00
parent 3473b88ac8
commit 95fa37fa0c

View file

@ -66,7 +66,7 @@ jobs:
build_upload_docker:
name: Build & Upload Docker Images
runs-on: ubuntu-latest
needs: release
needs: test
steps:
- name: Checkout
uses: actions/checkout@v2