Skip to content

Bump ome-codecs from 5ebe5af to 2819b77 #1171

Bump ome-codecs from 5ebe5af to 2819b77

Bump ome-codecs from 5ebe5af to 2819b77 #1171

Workflow file for this run

---
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