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/actions-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cbcf885
Choose a base ref
...
head repository: docker/actions-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f6cafdf
Choose a head ref
  • 17 commits
  • 14 files changed
  • 3 contributors

Commits on Mar 15, 2024

  1. cache: move gha cache save to post state

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9b446bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #280 from crazy-max/post-cache

    cache: move gha cache save to post state
    crazy-max authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    cd14c5b View commit details
    Browse the repository at this point in the history
  3. cache: run cache.post in core.group

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e73765a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #281 from crazy-max/cache-post-group

    cache: run cache.post in core.group
    tonistiigi authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a24f5c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. github: update .github/docker-releases.json

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    crazy-max authored and github-actions[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d58f77b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Merge pull request #282 from docker/bot/docker-releases-json

    Update `.github/docker-releases.json`
    crazy-max authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    41cae83 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump ip from 2.0.0 to 2.0.1

    Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
    - [Commits](indutny/node-ip@v2.0.0...v2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ip
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    48e339f View commit details
    Browse the repository at this point in the history
  3. build(deps): bump undici from 5.27.0 to 5.28.3

    Bumps [undici](https://github.com/nodejs/undici) from 5.27.0 to 5.28.3.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.27.0...v5.28.3)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5d8b7b4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #283 from docker/dependabot/npm_and_yarn/ip-2.0.1

    build(deps): bump ip from 2.0.0 to 2.0.1
    crazy-max authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5706b95 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #284 from docker/dependabot/npm_and_yarn/undici-5.…

    …28.3
    
    build(deps): bump undici from 5.27.0 to 5.28.3
    crazy-max authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8d1d731 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. dockerfile: bump buildx to 0.13.1 and docker to 26.0.0

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    43f6122 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #286 from crazy-max/bump-buildx-docker

    dockerfile: bump buildx to 0.13.1 and docker to 26.0.0
    crazy-max authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    de2888a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    545f7cd View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Merge pull request #287 from crazy-max/buildx-hasAttestationType

    buildx: hasAttestationType and resolveAttestationAttrs funcs
    crazy-max authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    264a0ee View commit details
    Browse the repository at this point in the history
  2. bake: additional opts when parsing definition

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    341bae4 View commit details
    Browse the repository at this point in the history
  3. bake: add shm-size and ulimits to target struct

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    416c291 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #285 from crazy-max/bake-parse-opts

    bake: additional opts when parsing definition
    crazy-max authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f6cafdf View commit details
    Browse the repository at this point in the history
Loading