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

pull/485/head
max furman 3 years ago
parent 3473b88ac8
commit 95fa37fa0c

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

Loading…
Cancel
Save