Skip to content

Commits

Commits on Aug 3, 2022

  1. Fix GitHub token not passed with Git context if subdir defined

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Aug 3, 2022
    Copy the full SHA
    30a3224 View commit details

Commits on Jul 27, 2022

  1. replace deprecated fs.rmdir with fs.rm

    Signed-off-by: Ben Drucker <bvdrucker@gmail.com>
    Ben Drucker committed Jul 27, 2022
    Copy the full SHA
    988cb09 View commit details

Commits on Jul 18, 2022

  1. no-cache-filters input

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Jul 18, 2022
    Copy the full SHA
    5ffbca1 View commit details

Commits on Apr 28, 2022

  1. Standalone mode support

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Apr 28, 2022
    Copy the full SHA
    38b4580 View commit details

Commits on Apr 25, 2022

  1. Fix csv-parse implementation since major update

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Apr 25, 2022
    Copy the full SHA
    5ea21bf View commit details

Commits on Mar 15, 2022

  1. chore: update dev dependencies and workflow

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Mar 15, 2022
    Copy the full SHA
    2d081a4 View commit details

Commits on Mar 14, 2022

  1. build-contexts input

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Mar 14, 2022
    Copy the full SHA
    7c41daf View commit details
  2. add imageid output and use metadata to set digest output

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Mar 14, 2022
    Copy the full SHA
    50fa005 View commit details

Commits on Feb 9, 2022

  1. Enhance outputs display

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Feb 9, 2022
    Copy the full SHA
    5af8693 View commit details

Commits on Jan 31, 2022

  1. Fix add-hosts context

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Jan 31, 2022
    Copy the full SHA
    d745845 View commit details

Commits on Jan 30, 2022

  1. add-host input

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Jan 30, 2022
    Copy the full SHA
    eebf87a View commit details

Commits on Jan 6, 2022

  1. Add subdirectory for Git context

    Since v0.9.0 of BuildKit (BuildX v0.7.0) you can provide a subdirectory
    to the default Git context.
    
    Closes #460
    Closes #528
    
    Signed-off-by: Jim Brännlund <jimbrannlund@fastmail.com>
    Jim Brännlund committed Jan 6, 2022
    Copy the full SHA
    fc5a732 View commit details

Commits on Nov 16, 2021

  1. add cgroup-parent, shm-size, ulimit inputs

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Nov 16, 2021
    Copy the full SHA
    67ff4df View commit details
  2. sort flags

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Nov 16, 2021
    Copy the full SHA
    91274a0 View commit details

Commits on Sep 24, 2021

  1. Don't set outputs if empty or nil

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Sep 24, 2021
    Copy the full SHA
    91520df View commit details

Commits on Aug 16, 2021

  1. Add metadata output

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Aug 16, 2021
    Copy the full SHA
    c0b121f View commit details

Commits on Jul 1, 2021

  1. Small typo and ensure trimmed output

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Jul 1, 2021
    Copy the full SHA
    fcaaa5e View commit details
  2. Handle git sha version of buildx

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Jul 1, 2021
    Copy the full SHA
    9482720 View commit details

Commits on Jun 22, 2021

  1. Use built-in getExecOutput

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Jun 22, 2021
    Copy the full SHA
    a437a45 View commit details
  2. Use core.getBooleanInput

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Jun 22, 2021
    Copy the full SHA
    9199c83 View commit details

Commits on May 26, 2021

  1. Enhance console output

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed May 26, 2021
    Copy the full SHA
    57f367c View commit details
  2. Merge pull request #347 from crazy-max/fix-ref-spec

    Fix ref spec for default Git context
    CrazyMax authored and GitHub committed May 26, 2021
    Copy the full SHA
    74242a3 View commit details

Commits on May 23, 2021

  1. Preserve quotes inside unquoted field

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed May 23, 2021
    Copy the full SHA
    c9589d1 View commit details

Commits on Apr 27, 2021

  1. Fix setOutput

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Apr 27, 2021
    Copy the full SHA
    5e92e66 View commit details
  2. Remove os limitation

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Apr 27, 2021
    Copy the full SHA
    d619a7f View commit details

Commits on Apr 26, 2021

  1. Fix ref spec for default Git context

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Apr 26, 2021
    Copy the full SHA
    19c0738 View commit details

Commits on Apr 6, 2021

  1. Add network input

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Apr 6, 2021
    Copy the full SHA
    5a4a26c View commit details
  2. Sort inputs

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Apr 6, 2021
    Copy the full SHA
    f6a7333 View commit details

Commits on Apr 1, 2021

  1. Handle GitHub server URL for default context

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Apr 1, 2021
    Copy the full SHA
    8f5c91a View commit details

Commits on Feb 15, 2021

  1. Allow to use secret file mount

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Feb 15, 2021
    Copy the full SHA
    080cadd View commit details

Commits on Dec 18, 2020

  1. use default docker command line values for file when it is missing

    Signed-off-by: Libo Zeng <libo@mabl.com>
    Libo Zeng committed Dec 18, 2020
    Copy the full SHA
    a8587cb View commit details

Commits on Dec 5, 2020

  1. Trim input list items

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Dec 5, 2020
    Copy the full SHA
    13137a8 View commit details

Commits on Nov 17, 2020

  1. Handle multi-line secret value

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Nov 17, 2020
    Copy the full SHA
    1471dfb View commit details

Commits on Oct 26, 2020

  1. Add --ssh arg support

    Signed-off-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
    Jesse Hills committed Oct 26, 2020
    Copy the full SHA
    fa61d38 View commit details

Commits on Oct 23, 2020

  1. Merge remote-tracking branch 'upstream/master' into fix-parse-secret-…

    …containing-equal-character
    
    # Conflicts:
    #	__tests__/buildx.test.ts
    Mathieu Bergeron committed Oct 23, 2020
    Copy the full SHA
    c8e09bf View commit details
Older