bake-action

GitHub Action to use Docker Buildx Bake as a high-level build command

APACHE-2.0 License

Stars
183
Committers
8

Bot releases are hidden (Show)

bake-action - v4.0.0

Published by crazy-max about 1 year ago

Full Changelog: https://github.com/docker/bake-action/compare/v3.1.0...v4.0.0

bake-action - v3.1.0

Published by crazy-max over 1 year ago

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: https://github.com/docker/bake-action/compare/v3.0.1...v3.1.0

bake-action - v3.0.1

Published by crazy-max over 1 year ago

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: https://github.com/docker/bake-action/compare/v3.0.0...v3.0.1

bake-action - v3.0.0

Published by crazy-max over 1 year ago

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: https://github.com/docker/bake-action/compare/v2.3.0...v3.0.0

bake-action - v2.3.0

Published by crazy-max about 2 years ago

  • Remove workaround for setOutput by @crazy-max (#94)
  • Bump @actions/core from 1.9.0 to 1.10.0 (#90 #92)

Full Changelog: https://github.com/docker/bake-action/compare/v2.2.0...v2.3.0

bake-action - v2.2.0

Published by crazy-max over 2 years ago

  • Add workdir input by @tuler (#76)
  • Bump csv-parse from 5.2.0 to 5.3.0 (#86)

Full Changelog: https://github.com/docker/bake-action/compare/v2.1.0...v2.2.0

bake-action - v2.1.0

Published by crazy-max over 2 years ago

  • Support building from remote bake definition by @crazy-max (#82)
  • Bump @actions/core from 1.6.0 to 1.9.0 (#75 #80)
  • Bump csv-parse from 5.0.4 to 5.2.0 (#77 #79)

Full Changelog: https://github.com/docker/bake-action/compare/v2.0.0...v2.1.0

bake-action - v2.0.0

Published by crazy-max over 2 years ago

  • Node 16 as default runtime by @crazy-max (#64)
    • This requires a minimum Actions Runner version of v2.285.0, which is by default available in GHES 3.4 or later.
  • Standalone mode support by @crazy-max (#71)
  • chore: update dev dependencies and workflow by @crazy-max (#63)
  • Bump @actions/exec from 1.1.0 to 1.1.1 (#62)
  • Bump minimist from 1.2.5 to 1.2.6 (#66)
  • Bump semver from 7.3.5 to 7.3.7 (#69)
  • Bump csv-parse from 4.16.3 to 5.0.4 (#57)

Full Changelog: https://github.com/docker/bake-action/compare/v1.7.0...v2.0.0

bake-action - v1.7.0

Published by crazy-max over 2 years ago

  • Enhance outputs display (#59)
  • Update dev workflow (#54)
  • Bump @actions/core from 1.5.0 to 1.6.0 (#52)
  • Bump ansi-regex from 5.0.0 to 5.0.1 (#50)
  • Bump tmpl from 1.0.4 to 1.0.5 (#49)
bake-action - v1.6.0

Published by crazy-max about 3 years ago

  • Add metadata output (#46)
  • Bump csv-parse from 4.16.0 to 4.16.3 (#45 #48)
  • Bump @actions/core from 1.4.0 to 1.5.0 (#43)
  • Bump codecov/codecov-action from 1 to 2 (#42)
  • Ensure trimmed output (#39)
bake-action - v1.5.0

Published by crazy-max over 3 years ago

  • Update dev deps (#38)
  • Handle git sha version of buildx (#37)
  • Bump csv-parse from 4.15.4 to 4.16.0 (#31)
  • Bump y18n from 4.0.0 to 4.0.3 (#35)
  • Bump hosted-git-info from 2.8.8 to 2.8.9 (#34)
  • Bump lodash from 4.17.20 to 4.17.21 (#33)
  • Bump ws from 7.3.1 to 7.5.0 (#32)
  • Use built-in getExecOutput (#30)
  • Bump @actions/exec from 1.0.4 to 1.1.0 (#28)
  • Bump @actions/core from 1.3.0 to 1.4.0 (#29)
bake-action - v1.4.2

Published by crazy-max over 3 years ago

  • Use core.getBooleanInput (#27)
  • Bump @actions/core from 1.2.7 to 1.3.0 (#26)
bake-action - v1.4.1

Published by crazy-max over 3 years ago

  • Throw error message instead of exit code (#25)
bake-action - v1.4.0

Published by crazy-max over 3 years ago

  • Remove os limitation (#18)
  • Bump csv-parse from 4.15.3 to 4.15.4 (#17)
  • Bump @actions/core from 1.2.6 to 1.2.7 (#16)
bake-action - v1.3.0

Published by crazy-max over 3 years ago

  • Bump semver from 7.3.4 to 7.3.5 (#13)
  • Bump csv-parse from 4.15.0 to 4.15.3 (#11)
  • Enhance workflow (#14)
bake-action - v1.2.0

Published by crazy-max over 3 years ago

  • Move to Docker org (#8)
  • Bump csv-parse from 4.14.2 to 4.15.0 (#7)
bake-action - v1.1.3

Published by crazy-max almost 4 years ago

  • No post run
bake-action - v1.1.2

Published by crazy-max almost 4 years ago

  • Enhanced console output
bake-action - v1.1.1

Published by crazy-max almost 4 years ago

  • Fix InputList (#6)
bake-action - v1.1.0

Published by crazy-max almost 4 years ago

  • Print bake def (#4)
  • Bump node-notifier from 8.0.0 to 8.0.1 (#5)
  • Container based developer flow
  • Bump semver from 7.3.2 to 7.3.4 (#3)