Merge pull request #616 from ome/dependabot/submodules/ZarrReader-9a9… #1403
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Build | |
on: | |
push: | |
pull_request: | |
jobs: | |
build: | |
strategy: | |
matrix: | |
jdk: [8, 11] | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-python@v4 | |
- name: Build | |
run: docker build -t bio-formats-build . --build-arg BUILD_IMAGE=openjdk:${{ matrix.jdk }}-slim-bullseye |