From 17005015e5e93fe6c442d3b0432cd71016d1ca02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A8r=20Kessels?= Date: Mon, 9 Oct 2023 12:22:37 +0200 Subject: [PATCH] fix: only build docker image on successful build and test --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2652213..5548f9b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -28,7 +28,7 @@ jobs: push_to_registry: name: Push Docker image to Docker Hub - + needs: build runs-on: ubuntu-latest steps: