ci: make release and bin-image depend on test

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/1851/head
CrazyMax 2 years ago
parent a4db138c5e
commit 38b4eef5c6
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -188,6 +188,8 @@ jobs:
bin-image:
runs-on: ubuntu-22.04
needs:
- test
if: ${{ github.event_name != 'pull_request' && github.repository == 'docker/buildx' }}
steps:
-
@ -239,6 +241,7 @@ jobs:
release:
runs-on: ubuntu-22.04
needs:
- test
- binaries
steps:
-

Loading…
Cancel
Save