Releases: crazy-max/ghaction-docker-buildx
Releases · crazy-max/ghaction-docker-buildx
v3.3.1
This action is ARCHIVED and will not receive any updates, update your workflows to use the official Docker action docker/setup-buildx-action@v1
- Action moved to Docker organization (#234)
- Update deps
v3.3.0
- Use crazy-max/ghaction-docker-login action
- Update deps
v3.2.0
qemu-version
not taken into account (#220)
- Remove
skip-cache
input
v3.0.0
- Use
actions/tool-cache
for caching
skip-cache
input no longer useful (deprecated)
v2.0.1
- Leverage buildx cache example
- Build and push to DockerHub example
- Update deps
v2.0.0
- Add cache implementation (#183)
- Remove
version
input
v1.6.2
- Fix rename across "device" (partition) boundaries (#194)
- Update deps
v1.6.0
- Use native GitHub Action tools to download assets and use GitHub API
- Cleanup local paths from extra fields
- Remove
@actions/github
module and use GITHUB_SHA
env var instead
- Audit packages