Skip to content

chore(deps): update apt/apk dependencies in Dockerfile orchestrator-server #871

chore(deps): update apt/apk dependencies in Dockerfile orchestrator-server

chore(deps): update apt/apk dependencies in Dockerfile orchestrator-server #871

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