From cef3a3a80eb74df16952bec8b948bfe870e6422a Mon Sep 17 00:00:00 2001 From: Max Kratz Date: Sat, 18 May 2024 21:19:23 +0200 Subject: [PATCH] CI config: removes deprecated requirement in job config --- .github/workflows/build-and-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 203b251..0e61d3a 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -94,7 +94,7 @@ jobs: build-and-push-image-variants: # Use a self-hosted runner to circumvent the small storage size of GitHub-hosted runners runs-on: [self-hosted] - needs: [build-and-push-image, build-and-push-image-2023, build-and-push-latest-image] + needs: [build-and-push-image, build-and-push-latest-image] strategy: matrix: year: [2022-gradle, 2023-gradle, 2023-python, 2024-gradle, 2024-python]