Skip to content

Set the default value of the bag file param in replay to an empty string #682

Set the default value of the bag file param in replay to an empty string

Set the default value of the bag file param in replay to an empty string #682

Workflow file for this run

name: ouster-ros
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ros_distro:
- noetic
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Build the Docker image
run: |
docker build . \
--build-arg ROS_DISTRO=${{ matrix.ros_distro }} \
--file Dockerfile \
--tag ouster-ros-${{ matrix.ros_distro }}:$(date +%s)