vatanaksoytezer/Generic ROS1/ROS2 Package Builder Action

Builds a Docker image out of the given repository or folders

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
image_nameName of the Docker image to be builtyes
dockerfile_pathPath to the Dockerfileno./Dockerfile
contextDocker build contextno.
pushWhether to push the built image to a registrynofalse
package_nameName of the package to be builtno${{ github.event.repository.name }}
ros_distroROS distribution to use (e.g., noetic, humble, jazzy)nojazzy
no-cacheDisable Docker cache for the buildnofalse
registryDocker registry to log in to (e.g., docker.io, ghcr.io)no""
usernameUsername for the Docker registryno""
passwordPassword or token for the Docker registryno""

no outputs