Skip to content

Commit

Permalink
Revert "temporarily remove base-image from needs in user-images"
Browse files Browse the repository at this point in the history
This reverts commit cb84a4c.
  • Loading branch information
sebastian-luna-valero committed Feb 16, 2024
1 parent 448e209 commit bc53061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/d4science-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
user-images:
name: Build and push images
if: fromJson(needs.detect-changes.outputs.matrix).image
needs: [detect-changes]
needs: [base-image, detect-changes]
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit bc53061

Please sign in to comment.