2.1 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			2.1 KiB
		
	
	
	
	
	
	
	
Changelog
2.0.0 (2020/08/??)
v2 of Build Push action uses Docker Buildx. It's also rewritten as a typescript-action to be as closed as possible of the GitHub Runner during its execution (#71 #92).
- Rename 
pathinput tocontext - Rename 
dockerfileinput tofile - Rename 
always_pullinput topull - Add 
builderinput to be able to choose a builder instance through our setup-buildx action - Add 
platformsinput - Add 
allowinput - Add 
loadinput - Add 
outputsinput - Add 
cache-frominput - Add 
cache-toinput - Review 
tagsinput - Remove 
repository,username,password,registry,cache_fromsinputs - Remove 
tag_with_sha,tag_with_ref,add_git_labelsinputs - Handle Git context
 - Add 
digestoutput - Login support moved to ghaction-docker-login action
 - Enhanced examples in README
 - Tests and/or CI workflows
 
1.1.0 (2020/04/23)
- Add cache-from support fixing #7
 - Add GCR example
 
1.0.1 (2020/03/23)
- Clarify dockerfile and path inputs
 - Rename LICENCE to LICENSE
 - Use v1 of docker/gihub-actions image
 - Logs in before building image
 
1.0.0 (2020/03/18)
- Build and push Docker images to Docker Hub or your own private registry.
 - Log in to Hub or private registry.
 - Static tags and labels.
 - Auto tagging by git ref.
 - Auto tagging by git SHA.
 - Auto labelling with opencontainers standards.
 - Build arguments.
 - Multi-stage build targets.
 
Backed by Docker image docker/github-action:v1.0