Skip to content

Commit

Permalink
Adds a missing job dependency for image variants
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Mar 17, 2024
1 parent 5114d23 commit 83df7a8
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 @@ -116,7 +116,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-latest-image]
needs: [build-and-push-image, build-and-push-image-2023, build-and-push-latest-image]
strategy:
matrix:
year: [2022-gradle, 2023-gradle, 2023-python, 2024-gradle, 2024-python]
Expand Down

0 comments on commit 83df7a8

Please sign in to comment.