Skip to content

minor fix to log from python state machine #51

minor fix to log from python state machine

minor fix to log from python state machine #51

name: Humble Docker Build
on:
push:
pull_request:
schedule:
- cron: "0 5 * * 1"
jobs:
humble_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=humble
push: false