Skip to content

Commit

Permalink
Update build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Oct 31, 2024
1 parent e2ff366 commit ac3155d
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,3 @@ jobs:
echo "::set-output name=matrix_dirs::$matrix_dirs"
echo "Debugging: matrix_dirs output is $matrix_dirs"
# Build job using matrix
build:
runs-on: ubuntu-latest
needs: find-changes
if: needs.find-changes.outputs.matrix_dirs != '[]' # Only run if there are changed directories
strategy:
matrix:
dir: ${{ fromJson(needs.find-changes.outputs.matrix_dirs) }}
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Use reusable action for each directory
uses: nmfs-opensci/container-images@main
with:
image_dir: ${{ matrix.dir }}
image_name: ${{ matrix.dir | split('/')[-1] }}


0 comments on commit ac3155d

Please sign in to comment.