The GitHub Action for Docker wraps the Docker CLI to enable Docker commands to be run. This can be used to build, tag, push and other related tasks inside of an Action.
To log into a Docker Registry, we recommend using the Docker Login Action.
action "build" {
uses = "actions/docker/cli@master"
args = "build -t user/repo ."
}
The Dockerfile and associated scripts and documentation in this project are released under the MIT License.
Container images built with this project include third party materials. See THIRD_PARTY_NOTICE.md for details.