Skip to content

Commit

Permalink
Fix dependency of all image variants to both relevant CI stages
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Aug 9, 2023
1 parent e24f6ac commit 94f0dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,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-latest-image]
needs: [build-and-push-image, build-and-push-latest-image]
strategy:
matrix:
year: [2022-gradle, 2023-gradle, 2023-python]
Expand Down

0 comments on commit 94f0dc8

Please sign in to comment.