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: v4.3.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: v4.4.0
Choose a head ref
  • 17 commits
  • 10 files changed
  • 2 contributors

Commits on Mar 13, 2024

  1. ci: disable registry check for load/push

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f423d25 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Merge pull request #195 from crazy-max/fix-load-push

    ci: disable registry check for load/push
    crazy-max authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    33a1cc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. chore(deps): Bump @docker/actions-toolkit from 0.19.0 to 0.20.0

    Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.19.0 to 0.20.0.
    - [Release notes](https://github.com/docker/actions-toolkit/releases)
    - [Commits](docker/actions-toolkit@v0.19.0...v0.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@docker/actions-toolkit"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    11d4bbe View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. parsing definition signature changed in actions-toolkit 0.20.0

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9775caf View commit details
    Browse the repository at this point in the history
  2. chore: update generated content

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8529ef0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #197 from docker/dependabot/npm_and_yarn/docker/ac…

    …tions-toolkit-0.20.0
    
    chore(deps): Bump @docker/actions-toolkit from 0.19.0 to 0.20.0
    crazy-max authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c4a4a41 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. chore(deps): Bump @docker/actions-toolkit from 0.20.0 to 0.21.1

    Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.20.0 to 0.21.1.
    - [Release notes](https://github.com/docker/actions-toolkit/releases)
    - [Commits](docker/actions-toolkit@v0.20.0...v0.21.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@docker/actions-toolkit"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c8060c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. chore: update generated content

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    d905335 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #199 from docker/dependabot/npm_and_yarn/docker/ac…

    …tions-toolkit-0.21.1
    
    chore(deps): Bump @docker/actions-toolkit from 0.20.0 to 0.21.1
    crazy-max authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    1a7ee79 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump undici from 5.28.3 to 5.28.4

    Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.28.3...v5.28.4)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    c2d9118 View commit details
    Browse the repository at this point in the history
  4. chore: update generated content

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    49c6172 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #198 from docker/dependabot/npm_and_yarn/undici-5.…

    …28.4
    
    chore(deps): Bump undici from 5.28.3 to 5.28.4
    crazy-max authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    75d6ba2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. ci: switch to stable buildkit image for load and push

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    dc55797 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #201 from crazy-max/ci-use-stable

    ci: switch to stable buildkit image for load and push
    crazy-max authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b6cc37d View commit details
    Browse the repository at this point in the history
  3. git auth token support for private repos

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    908c98f View commit details
    Browse the repository at this point in the history
  4. chore: update generated content

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    29394f2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #200 from crazy-max/git-auth-token

    git auth token support for private repos
    crazy-max authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    73b0efa View commit details
    Browse the repository at this point in the history
Loading