Skip to content

feat: create ros2-ws image that has ros2-control installed (#107) #101

feat: create ros2-ws image that has ros2-control installed (#107)

feat: create ros2-ws image that has ros2-control installed (#107) #101

Workflow file for this run

name: Build and Push Multi-Arch Images
on:
push:
branches:
- main
workflow_dispatch:
inputs:
force:
required: false
type: boolean
default: false
jobs:
build-ws:
strategy:
matrix:
ros2_distro: [ iron ]
name: Build and publish ros2-ws:${{ matrix.ros2_distro }}
uses: ./.github/workflows/reusable-build-push.yml
with:
ros_distro: ${{ matrix.ros2_distro }}
force: ${{ github.event_name == 'workflow_dispatch' && inputs.force }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}