Skip to content

update CI

update CI #86

Workflow file for this run

# This workflow will only build for Pull Requests which are opened, changed , merged
name: Docker build
on:
pull_request:
types: [opened, synchronize, reopened]
# Jammy (ROS2 Humble)
jobs:
docker:
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main
file: ./jammy/Dockerfile
# Focal (ROS1 Noetic/ ROS2 Foxy)
jobs:

Check failure on line 14 in .github/workflows/docker.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
docker:
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main
file: ./focal/Dockerfile