Releases: VaultVulp/gp-docker-action
Releases · VaultVulp/gp-docker-action
1.7.0
1.6.0
- Allowed to pull images of a specified platform
1.5.2
Add support for cross-platform and multi-platform builds
What's Changed
- Support cross-platform and multi-platform builds by @VaultVulp in #20
Full Changelog: 1.4.0...1.5.0
Add support for multiple tags per image
What's Changed
- Add support for multiple tags per image by @VaultVulp in #19
Full Changelog: 1.3.0...1.4.0
Add buildx
- Bump root docker image
- Run
docker buildx build
instad ofdocker build
- Rework argument's passthrough to make the action more reliable
- Update examples
1.2.0
- Moved from
docker.pkg.github.com
toghcr.io
due to https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-docker-registry. Thanks to @gam4it .
Add customizable docker build agruments
1.1.8 Merge pull request #6 from VaultVulp/feature/add-custom-docker-build-…
Update README
1.1.7 Bump version
1.1.6
Features:
- Allow to pull images before building them