Skip to content

feat: Add variable for localhost communication only to Docker Compose… #38

feat: Add variable for localhost communication only to Docker Compose…

feat: Add variable for localhost communication only to Docker Compose… #38

Workflow file for this run

name: ROS 2 Docker
on:
push:
paths:
- 'templates/ros2/docker/Dockerfile'
- 'templates/ros2/docker/docker-compose.yml'
schedule:
- cron: "0 12 1 * *"
workflow_dispatch:
jobs:
docker-compose-build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build the Dockerfile with Docker-Compose
run: docker compose -f templates/ros2/docker/docker-compose.yml build