Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/build-push-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.9.0
Choose a base ref
...
head repository: docker/build-push-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.10.0
Choose a head ref
  • 8 commits
  • 12 files changed
  • 3 contributors

Commits on Feb 9, 2022

  1. Enhance outputs display

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Feb 9, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    crazy-max CrazyMax
    Copy the full SHA
    5af8693 View commit details
  2. Merge pull request #559 from crazy-max/outputs

    Enhance outputs display
    crazy-max authored Feb 9, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fe02965 View commit details

Commits on Mar 2, 2022

  1. Bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 2, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    db68526 View commit details

Commits on Mar 4, 2022

  1. Merge pull request #568 from docker/dependabot/github_actions/actions…

    …/checkout-3
    
    Bump actions/checkout from 2 to 3
    crazy-max authored Mar 4, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    309fb91 View commit details

Commits on Mar 14, 2022

  1. add imageid output and use metadata to set digest output

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Mar 14, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    crazy-max CrazyMax
    Copy the full SHA
    50fa005 View commit details
  2. Merge pull request #569 from crazy-max/imageid-digest

    add imageid output and use metadata to set digest output
    crazy-max authored Mar 14, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e115266 View commit details
  3. build-contexts input

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Mar 14, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    crazy-max CrazyMax
    Copy the full SHA
    7c41daf View commit details
  4. Merge pull request #563 from crazy-max/new-inputs

    `build-contexts` input
    crazy-max authored Mar 14, 2022
    11

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ac9327e View commit details
Showing with 241 additions and 139 deletions.
  1. +125 −88 .github/workflows/ci.yml
  2. +1 −1 .github/workflows/e2e.yml
  3. +1 −1 .github/workflows/example.yml
  4. +1 −1 .github/workflows/test.yml
  5. +11 −19 README.md
  6. +13 −4 __tests__/buildx.test.ts
  7. +7 −2 action.yml
  8. +40 −12 dist/index.js
  9. +11 −0 src/buildx.ts
  10. +7 −0 src/context.ts
  11. +21 −11 src/main.ts
  12. +3 −0 test/buildcontext.Dockerfile
Loading