Skip to content

chore(deps): Bump tj-actions/changed-files from 41.0.1 to 41.1.2 #506

chore(deps): Bump tj-actions/changed-files from 41.0.1 to 41.1.2

chore(deps): Bump tj-actions/changed-files from 41.0.1 to 41.1.2 #506

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: [orchestrator-server]
uses: substra/substra-gha-workflows/.github/workflows/docker-build.yaml@main
with:
image: ${{ matrix.images }}