Releases: serversideup/github-action-docker-build
Releases · serversideup/github-action-docker-build
v5
Update default Dockerfile path in action.yml
v4
Breaking change
- Removed checkout step. You must provide this in your own action now
v3
New Features:
- Added
target
property for setting the target stage to build within a Dockerfile
Full Changelog: v2...v3
v2.0.0
New features
- Added new parameter called
dockerfile
. Set the name of the file that needs to be built
Dependency Updates:
- tj-actions/branch-names@v7
- actions/checkout@v3
- docker/login-action@v3
- docker/setup-qemu-action@v3
- docker/setup-buildx-action@v3
- docker/build-push-action@v5
Full Changelog: v1...v2.0.0
v2
Add dockerfile parameter to README.md
v1.1.1
Fixed variable reference
v1.1.0
Added ability to customize which registry to upload to.
v1
Initial release 🚀
v1.0.0
Initial launch 🚀
v0.0.3-alpha
Added checkout