Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Releases: crazy-max/ghaction-docker-buildx

v3.3.1

29 Sep 00:26
126d331
Compare
Choose a tag to compare

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

17 Aug 21:47
bb77f35
Compare
Choose a tag to compare
  • Use crazy-max/ghaction-docker-login action
  • Update deps

v3.2.0

25 Jun 12:17
552c9de
Compare
Choose a tag to compare
  • qemu-version not taken into account (#220)
  • Remove skip-cache input

v3.1.0

07 Jun 03:23
373dafb
Compare
Choose a tag to compare
  • Handle nosuid (#213)

v3.0.0

06 Jun 16:55
8c682f7
Compare
Choose a tag to compare
  • Use actions/tool-cache for caching
  • skip-cache input no longer useful (deprecated)

v2.0.1

03 Jun 21:18
9c14a4d
Compare
Choose a tag to compare
  • Leverage buildx cache example
  • Build and push to DockerHub example
  • Update deps

v2.0.0

29 May 12:47
f3c3801
Compare
Choose a tag to compare
  • Add cache implementation (#183)
  • Remove version input

v1.6.2

20 May 17:25
e01797a
Compare
Choose a tag to compare
  • Fix rename across "device" (partition) boundaries (#194)
  • Update deps

v1.6.1

08 May 13:13
bd2057f
Compare
Choose a tag to compare
  • Typo

v1.6.0

07 May 13:05
cb0dcc2
Compare
Choose a tag to compare
  • 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