Skip to content

Merge pull request #6453 from sbesson/omero_5.6.18_history #1172

Merge pull request #6453 from sbesson/omero_5.6.18_history

Merge pull request #6453 from sbesson/omero_5.6.18_history #1172

Workflow file for this run

name: "Docker Build"
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
build:
name: Build Docker image
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: build docker
run: docker build .