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: v0.41.1
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: v0.42.0
Choose a head ref
  • 11 commits
  • 13 files changed
  • 2 contributors

Commits on Oct 29, 2024

  1. undock: check for availability

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

Commits on Oct 30, 2024

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

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    crazy-max authored and github-actions[bot] committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    24115c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #478 from docker/bot/buildx-releases-json

    Update `.github/buildx-releases.json`
    crazy-max authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ea7b423 View commit details
    Browse the repository at this point in the history
  3. undock: run

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0a09638 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #476 from crazy-max/undock-run

    undock: run and extract
    crazy-max authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6f86e02 View commit details
    Browse the repository at this point in the history
  5. dockerfile validation

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a79473b View commit details
    Browse the repository at this point in the history
  6. fix dockerfile checks

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    991feac View commit details
    Browse the repository at this point in the history
  7. ci: use list-targets subaction

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f06ec3b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #479 from crazy-max/dockerfile-validate

    dockerfile validation
    crazy-max authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e84b18a View commit details
    Browse the repository at this point in the history
  9. docker/install: Fix latest image install on lima

    `latest` is not a valid git tag or revision to get the matching systemd
    unit files.
    Look up the exact source git commit from the
    `'org.opencontainers.image.revision` image config label.
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    61c10b2 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #480 from vvoland/docker-install-image-latest-fix

    docker/install: Fix latest image install on lima
    crazy-max authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    853d5fa View commit details
    Browse the repository at this point in the history
Loading