ktopolov / autonomous

Autonomous driving algorithm development and simulation with ROS
1 stars 0 forks source link

Push Docker Image to DockerHub #27

Closed ktopolov closed 2 years ago

ktopolov commented 2 years ago

As a developer, I would like to push a Docker image for this repo to DockerHub such that the automated CI/CD pipeline in GitHub can build this image and run all testing within this container.

Acceptance Criteria:

ktopolov commented 2 years ago

See this link for dealing with docker push/pulling of images from dockerHub: https://www.youtube.com/watch?v=EIHY_CY5J0k

ktopolov commented 2 years ago

Image has been pushed to https://hub.docker.com/repository/docker/ktopolovec/autonomous.

Use docker pull ktopolovec/autonomous to pull this image and use it