We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a84bf commit 99112b3Copy full SHA for 99112b3
.github/workflows/dockerfiles-changed.yml
@@ -26,8 +26,6 @@ jobs:
26
docker-hub-token: ${{ secrets.DOCKER_TOKEN }}
27
container-image: rcdt/robotics:${{ github.ref_name }}-latest
28
ros-workspace:
29
- runs-on: ubuntu-latest
30
- steps:
31
- - uses: ./.github/workflows/ros-workspace.yml
32
- with:
33
- container-image: rcdt/robotics:${{ github.ref_name }}-latest
+ uses: ./.github/workflows/ros-workspace.yml
+ with:
+ container-image: rcdt/robotics:${{ github.ref_name }}-latest
0 commit comments