Build Push Action Versions Save

GitHub Action to build and push Docker images with Buildx

v2.6.0

2 years ago
  • Handle git sha version of buildx (#399)
  • Update dev deps (#393)
  • Use built-in getExecOutput (#392)
  • Use core.getBooleanInput (#391)
  • Bump csv-parse from 4.15.4 to 4.16.0 (#385)
  • Bump @actions/exec from 1.0.4 to 1.1.0 (#382)
  • Bump @actions/core from 1.3.0 to 1.4.0 (#383)
  • Bump ws from 7.3.1 to 7.4.6 (#375)

v2.5.0

3 years ago
  • Fix ref spec for default Git context (#347)
  • Preserve quotes inside unquoted field (#369)
  • Doc: Copy between registries (#362)
  • Doc: Share built image between jobs (#368)
  • Bump @actions/github from 4.0.0 to 5.0.0 (#364)
  • Bump hosted-git-info from 2.8.8 to 2.8.9 (#356)
  • Bump lodash from 4.17.20 to 4.17.21 (#355)
  • Update examples with docker/metadata-action (#354)
  • Remove os limitation (#349)
  • Fix ref spec for default Git context (#347)
  • Bump csv-parse from 4.15.3 to 4.15.4 (#345)
  • Bump @actions/core from 1.2.6 to 1.3.0 (#344 #370)

v2.4.0

3 years ago
  • Add network input for backward compatibility (#338)
  • Fix doc links (#331)
  • Bump y18n from 4.0.0 to 4.0.1 (#325)
  • Handle GitHub server URL for default context (#328)
  • Bump semver from 7.3.4 to 7.3.5 (#318)
  • Bump csv-parse from 4.15.1 to 4.15.3 (#303)

v2.3.0

3 years ago
  • Enhance documentation (#299)
  • Add secret-files input to be able to use secret file mount (#296)
  • Fix workflow for auto-push impl (#273)
  • Bump csv-parse from 4.14.2 to 4.15.1 (#287)

v2.2.2

3 years ago
  • Use default behavior for file flag (#244)
  • Add e2e tests for GAR (#261)
  • Add e2e tests for GCR (#260)
  • Add e2e tests for ECR (#256)
  • Bump csv-parse from 4.14.1 to 4.14.2 (#255)

v2.2.1

3 years ago
  • Trim input list items (#249)
  • Bump semver from 7.3.2 to 7.3.4 (#243)

v2.2.0

3 years ago
  • Handle multi-line secret value (#233)
  • Add e2e tests (#235)
  • Bump csv-parse from 4.12.0 to 4.14.1 (#218 #231)

v2.1.0

3 years ago

v2.0.1

3 years ago
  • Cache issue is now fixed (#204)
  • Update troubleshooting notes (#203 #100)
  • Fix parsing of secrets containing '=' character (#201)
  • Container based developer flow (#202)

v2.0.0

3 years ago

v2 of this action includes significant changes and now uses Docker Buildx. It extends the docker build command named buildx with the full support of the features provided by Moby BuildKit builder toolkit. This includes multi-arch build, build-secrets, remote cache, etc. and different builder deployment/namespacing options.

It works with 3 new actions (login, setup-buildx and setup-qemu) that we have created. It's also rewritten as a typescript-action to be as closed as possible of the GitHub Runner during its execution (#71 #92).

Upgrade notes and many usage examples have been added to handle most use cases.

  • Input path is now called context for consistency with other Docker build tools
  • path defaults to current git repository so checkout action is not required in a workflow
  • Rename dockerfile input to file for consistency with other Docker build tools
  • Rename always_pull input to pull for consistency with other Docker build tools
  • Add builder input to be able to choose a builder instance through our setup-buildx action
  • Add platforms input to support multi-platform builds
  • Add allow input
  • Add load input
  • Add outputs input
  • Add cache-from input (cache_froms removed)
  • Add cache-to input
  • Add secrets input
  • Review tags input
  • Remove repository input. See Simple workflow for migration
  • Remove username, password and registry inputs. Login support moved to docker/login-action repo
  • Remove tag_with_sha, tag_with_ref, add_git_labels inputs. See Tags with ref and Git labels for migration
  • Handle Git context
  • Add digest output