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/bake-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: docker/bake-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 12 commits
  • 9 files changed
  • 4 contributors

Commits on Aug 2, 2022

  1. docs(README): clarify default value for 'target'

    Signed-off-by: Gabriel Forien <gforien@users.noreply.github.com>
    gforien authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d7ce3c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Bump @actions/core from 1.9.0 to 1.9.1

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    8db2277 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Update generated content

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    7ee4a98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #90 from docker/dependabot/npm_and_yarn/actions/co…

    …re-1.9.1
    
    Bump @actions/core from 1.9.0 to 1.9.1
    crazy-max authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    b07b164 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Merge pull request #89 from gforien/patch-1

    docs(README): clarify default value for 'target'
    crazy-max authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    0ddeddf View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Bump @actions/core from 1.9.1 to 1.10.0

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.1 to 1.10.0.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    854dbd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Update generated content

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    9e746ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #92 from docker/dependabot/npm_and_yarn/actions/co…

    …re-1.10.0
    
    Bump @actions/core from 1.9.1 to 1.10.0
    crazy-max authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    1c7934b View commit details
    Browse the repository at this point in the history
  3. update links to docs

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    f589b1f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #93 from crazy-max/fix-links

    update links to docs
    crazy-max authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    a7524f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Remove workaround for setOutput

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    800ee84 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #94 from crazy-max/setOutput

    Remove workaround for setOutput
    crazy-max authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    6c87dcc View commit details
    Browse the repository at this point in the history
Loading