Update docker-image.yml

This commit is contained in:
Ronaldson Bellande 2024-05-23 01:39:56 -04:00 committed by GitHub
parent 3375c42749
commit 3b54c2824c

View File

@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image ROS!
- name: Build the Docker image ROS1
run: docker build . --file ./docker/Dockerfile.ros1 --tag my-image-name:$(date +%s)
build_ros2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image ROS!
- name: Build the Docker image ROS2
run: docker build . --file ./docker/Dockerfile.ros1 --tag my-image-name:$(date +%s)