Skip to content

rossmaclean/docker-build-push-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Build Push Action

This actions builds a Docker image and pushes it to Dockerhub.

Arguments

Docker User

  • Key: docker-user
  • Required: true

The user which will be used when building/pushing the image.

Image Name

  • Key: image-name
  • Required: true

The image name which will be used when building/pushing the image

Dockerhub Token

  • Key: dockerhub-token
  • Required: true

The token used to push the image.

Docker Registry URL

  • Key: docker-registry-url
  • Required: false
  • Default: docker.io

URL for the Docker registry

Version

  • Key: version
  • Required: true

The version used when building/pushing the image.

NOTE: The tag latest is also added to all images.