From b98adf0c66d11ecae75a4cc4211bcdffdff5192d Mon Sep 17 00:00:00 2001 From: Benjamin Harder Date: Sun, 11 Aug 2024 20:26:31 +0200 Subject: [PATCH] refinement --- .github/workflows/dev.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 0e9a0a0..bf5c796 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -73,7 +73,10 @@ jobs: --build-arg IMAGE_TAG=$IMAGE_TAG \ --build-arg SHORT_COMMIT_ID=$SHORT_COMMIT_ID \ --push \ - + + clean-up: + needs: unit-tests + steps: - name: "Clean up docker images" uses: dataaxiom/ghcr-cleanup-action@main with: