Releases: serversideup/github-action-docker-build
Releases · serversideup/github-action-docker-build
Release list
v6.1.0
⏫ Dependency Update
Updated all actions dependencies to their latest versions:
- docker/login-action@v4
- docker/setup-qemu-action@v4
- docker/setup-buildx-action@v4
- docker/build-push-action@v7
Fixes #1
v6.0.0
🤩 New features
- Added multiple registry support (up to 3)
💪 Improvements
- Changed
registry-tokentoregistry-password(start using that instead)
✋ Breaking changes
- None 😅
Full Changelog: v5...v6
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
targetproperty 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.