Skip to content

Include EIMIS modules to Synapse image #3

Include EIMIS modules to Synapse image

Include EIMIS modules to Synapse image #3

Workflow file for this run

name: Docker build
on:
workflow_call:
pull_request:
branches: [main]
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
build-docker:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Make docker image
run: |
docker build .