Skip to content

Fix build with graphviz 10 (#3115) #62

Fix build with graphviz 10 (#3115)

Fix build with graphviz 10 (#3115) #62

Workflow file for this run

name: Docker build
on:
workflow_dispatch:
push:
branches:
- master
jobs:
docker:
name: 'Docker Image'
runs-on: ubuntu-22.04
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
repository: ${{ needs.select_environment.outputs.repository }}
ref: ${{ needs.select_environment.outputs.ref }}
- name: Build Docker Image
id: build_docker_image
run: |
cd docker
docker build -t yarp:ubuntu22.04 .