Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump docker/build-push-action from 4 to 5 #174

Merged

Commits on Dec 6, 2023

  1. Bump docker/build-push-action from 4 to 5

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    0196a0d View commit details
    Browse the repository at this point in the history
  2. Add commented out option to docker/build-push-action

    There is currently a potential incompatibility with the default
    behavior of the version of buildx being used. A default image generated
    is built with provenance, which is something we would like to have, but
    these default images can run on neither Google Cloud Run nor AWS
    Lambda. Please see docker/buildx#1533 for mroe information. Since we
    want to retain support for creating AWS Lambda images we add a
    commented out disabling of this functionality that can be enabled in a
    downstream repository if needed.
    mcdonnnj committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ef3438f View commit details
    Browse the repository at this point in the history