Update docker-image.yml
This commit is contained in:
parent
3375c42749
commit
3b54c2824c
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user