Skip to content

use dockerhub container registry #8

use dockerhub container registry

use dockerhub container registry #8

Workflow file for this run

name: docker-ros
on: push
jobs:
docker-ros:
runs-on: ubuntu-latest
steps:
- uses: ika-rwth-aachen/docker-ros@v1.5.0
with:
base-image: rwthika/ros2:humble
command: ros2 launch yolov5_tc launch.py
target: run
image-name: raffivk/yolov5_tc
registry: docker.io
registry-user: ${{ secrets.REGISTRY_USER }}
registry-password: ${{ secrets.REGISTRY_PASSWORD }}