Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

chore: archive repository message (#158) #12

chore: archive repository message (#158)

chore: archive repository message (#158) #12

Workflow file for this run

name: Docker build
on:
workflow_dispatch:
push:
branches: [main]
release:
types: [published, edited]
pull_request:
branches: [main]
concurrency:
group: "${{ github.workflow_ref }} - ${{ github.ref }} - ${{ github.event_name }}"
cancel-in-progress: true
jobs:
build:
strategy:
matrix:
images: [fabric-peer, fabric-tools]
uses: substra/substra-gha-workflows/.github/workflows/docker-build.yaml@main
with:
image: ${{ matrix.images }}