Skip to content

new github actions and badge status added to README #1

new github actions and badge status added to README

new github actions and badge status added to README #1

name: jazzy Docker Builds
on: [push, pull_request]
jobs:
jazzy_docker_build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Docker
uses: docker/build-push-action@v6
with:
build-args: ROS_DISTRO=jazzy
push: false