This actions builds a Docker image and pushes it to Dockerhub.
- Key: docker-user
- Required: true
The user which will be used when building/pushing the image.
- Key: image-name
- Required: true
The image name which will be used when building/pushing the image
- Key: dockerhub-token
- Required: true
The token used to push the image.
- Key: docker-registry-url
- Required: false
- Default: docker.io
URL for the Docker registry
- Key: version
- Required: true
The version used when building/pushing the image.
NOTE: The tag latest
is also added to all images.