We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a702829 commit a909870Copy full SHA for a909870
.github/workflows/build.yml
@@ -59,8 +59,8 @@ jobs:
59
ROS_DISTRO=none
60
ROS_TESTING=${{ matrix.ros_testing && 'true' || '' }}
61
tags: |
62
- rostooling/setup-ros-docker:ubuntu-${{ matrix.base_image_tag }}${{ matrix.ros_testing && '-testing'}}-latest
63
- ghcr.io/ros-tooling/setup-ros-docker/setup-ros-docker-ubuntu-${{ matrix.base_image_tag }}${{ matrix.ros_testing && '-testing'}}:latest
+ rostooling/setup-ros-docker:ubuntu-${{ matrix.base_image_tag }}${{ matrix.ros_testing && '-testing' || ''}}-latest
+ ghcr.io/ros-tooling/setup-ros-docker/setup-ros-docker-ubuntu-${{ matrix.base_image_tag }}${{ matrix.ros_testing && '-testing' || ''}}:latest
64
65
ros_variant:
66
if: false
0 commit comments