Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  docker:
    uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main
    file: ./jammy/Dockerfile
  • Loading branch information
MishkaMN committed Oct 4, 2024
1 parent e34893b commit 557f9ef
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ on:
pull_request:
types: [opened, synchronize, reopened]

# Jammy (ROS2 Humble)
jobs:
docker:
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main
file: ./jammy/Dockerfile

# Focal (ROS1 Noetic/ ROS2 Foxy)
jobs:
docker:
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main
file: ./focal/Dockerfile

0 comments on commit 557f9ef

Please sign in to comment.