Skip to content

Latest commit

 

History

History
 
 

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

GitHub Action for the Docker CLI

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.

Usage

action "build" {
  uses = "actions/docker/cli@master"
  args = "build -t user/repo ."
}

License

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.