Skip to content

Merge pull request #3135 from robotology/PythonDevice #72

Merge pull request #3135 from robotology/PythonDevice

Merge pull request #3135 from robotology/PythonDevice #72

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 .