Skip to content

Arc 154 noetic base image #15

Arc 154 noetic base image

Arc 154 noetic base image #15

Workflow file for this run

# This workflow will only build for Pull Requests which are opened, changed , merged
# that has changes in jammy folder or related files
name: Docker Jammy build
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- '**'
- '!focal/**' # Exclude focal folder
jobs:
# Jammy 22.04 (ROS2 Humble)
docker-build-jammy:
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main
with:
file: ./jammy/Dockerfile