We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221f679 commit 39ac6dcCopy full SHA for 39ac6dc
.github/workflows/industrial_ci_action.yml
@@ -40,7 +40,7 @@ jobs:
40
# Once a :jazzy exists we can remove this section
41
- uses: 'ros-industrial/industrial_ci@master' # run industrial_ci
42
env: # either pass all entries explicitly
43
- DOCKER_IMAGE: ghcr.io/cwrubotix/rov-25:${{matrix.ROS_DISTRO}}
+ DOCKER_IMAGE: ghcr.io/cwrubotix/${{ github.repository }}:${{matrix.ROS_DISTRO}}
44
ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
45
ROS_REPO: ${{ matrix.ROS_REPO }}
46
BEFORE_INSTALL_TARGET_DEPENDENCIES_EMBED: './.vscode/install_dependencies.sh'
0 commit comments