Skip to content

Commits

Permalink
312f67c662
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jun 7, 2022

  1. Merge pull request #149 from docker/dependabot/npm_and_yarn/actions/h…

    …ttp-client-2.0.1
    
    Bump @actions/http-client from 1.0.11 to 2.0.1
    CrazyMax authored and GitHub committed Jun 7, 2022
    Copy the full SHA
    312f67c View commit details
  2. Update generated content

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Jun 7, 2022
    Copy the full SHA
    b8ba472 View commit details
  3. Bump @actions/http-client from 1.0.11 to 2.0.1

    Bumps [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) from 1.0.11 to 2.0.1.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/http-client)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/http-client"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and GitHub committed Jun 7, 2022
    Copy the full SHA
    afe5b71 View commit details
  4. Merge pull request #150 from docker/dependabot/npm_and_yarn/actions/t…

    …ool-cache-2.0.1
    
    Bump @actions/tool-cache from 1.7.2 to 2.0.1
    CrazyMax authored and GitHub committed Jun 7, 2022
    Copy the full SHA
    6f5431b View commit details
  5. Update generated content

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Jun 7, 2022
    Copy the full SHA
    da30c94 View commit details
  6. Bump @actions/tool-cache from 1.7.2 to 2.0.1

    Bumps [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) from 1.7.2 to 2.0.1.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/tool-cache"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and GitHub committed Jun 7, 2022
    Copy the full SHA
    718cf00 View commit details
  7. Merge pull request #151 from docker/dependabot/npm_and_yarn/actions/c…

    …ore-1.8.2
    
    Bump @actions/core from 1.6.0 to 1.8.2
    CrazyMax authored and GitHub committed Jun 7, 2022
    Copy the full SHA
    c4fbfe3 View commit details
  8. Update generated content

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

Commits on May 28, 2022

  1. Merge pull request #152 from rodrigc/readme-clarify-install

    Clarify install option in example
    CrazyMax authored and GitHub committed May 28, 2022
    Copy the full SHA
    cafcc1d View commit details
  2. Merge pull request #145 from Firefishy/patch-1

    Minor README.md update - use newer action versions
    CrazyMax authored and GitHub committed May 28, 2022
    Copy the full SHA
    7560281 View commit details

Commits on May 26, 2022

  1. Minor README.md update - use newer action versions

    Signed-off-by: Grant Slater <git@firefishy.com>
    Grant authored and Grant Slater committed May 26, 2022
    Copy the full SHA
    9102fb7 View commit details
  2. Clarify description for install option

    "docker build" is actually aliased to "docker build buildx"
    
    Signed-off-by: Craig Rodrigues <rodrigc@crodrigues.org>
    Craig Rodrigues committed May 26, 2022
    Copy the full SHA
    4326292 View commit details
  3. Clarify install option in example

    Co-authored-by: CrazyMax <github@crazymax.dev>
    Signed-off-by: Craig Rodrigues <rodrigc@crodrigues.org>
    Craig Rodrigues and CrazyMax committed May 26, 2022
    Copy the full SHA
    455b065 View commit details

Commits on May 16, 2022

  1. Bump @actions/core from 1.6.0 to 1.8.2

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.8.2.
    - [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 and GitHub committed May 16, 2022
    Copy the full SHA
    26f93d2 View commit details

Commits on May 5, 2022

  1. Merge pull request #142 from crazy-max/update-refs

    Bump all Docker actions to latest major
    CrazyMax authored and GitHub committed May 5, 2022
    Copy the full SHA
    91cb32d View commit details
  2. Bump all Docker actions to latest major

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed May 5, 2022
    Copy the full SHA
    7085ac5 View commit details
  3. Merge pull request #131 from crazy-max/node16

    Node 16 as default runtime
    CrazyMax authored and GitHub committed May 5, 2022
    Copy the full SHA
    dc7b971 View commit details
  4. Merge pull request #141 from crazy-max/fix-test

    ci: fix standalone test
    CrazyMax authored and GitHub committed May 5, 2022
    Copy the full SHA
    f55bc08 View commit details
  5. ci: fix standalone test

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

Commits on Apr 28, 2022

  1. Merge pull request #136 from docker/dependabot/npm_and_yarn/semver-7.3.7

    Bump semver from 7.3.5 to 7.3.7
    CrazyMax authored and GitHub committed Apr 28, 2022
    Copy the full SHA
    f211e3e View commit details
  2. Update generated content

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Apr 28, 2022
    Copy the full SHA
    b23216e View commit details
  3. Bump semver from 7.3.5 to 7.3.7

    Bumps [semver](https://github.com/npm/node-semver) from 7.3.5 to 7.3.7.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/npm/node-semver/compare/v7.3.5...v7.3.7)
    
    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and CrazyMax committed Apr 28, 2022
    Copy the full SHA
    be7e600 View commit details

Commits on Apr 26, 2022

  1. Merge pull request #119 from crazy-max/standalone

    Standalone mode
    CrazyMax authored and GitHub committed Apr 26, 2022
    Copy the full SHA
    7117987 View commit details

Commits on Apr 17, 2022

  1. ci: add jobs to check standalone behavior

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Apr 17, 2022
    Copy the full SHA
    17ebdd4 View commit details
  2. support standalone mode and display version

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

Commits on Apr 12, 2022

  1. Merge pull request #133 from docker/dependabot/github_actions/codecov…

    …/codecov-action-3
    
    Bump codecov/codecov-action from 2 to 3
    CrazyMax authored and GitHub committed Apr 12, 2022
    Copy the full SHA
    74283ca View commit details

Commits on Apr 6, 2022

  1. Bump codecov/codecov-action from 2 to 3

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/codecov/codecov-action/compare/v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and GitHub committed Apr 6, 2022
    Copy the full SHA
    5b77ad4 View commit details

Commits on Mar 28, 2022

  1. Merge pull request #132 from docker/dependabot/npm_and_yarn/minimist-…

    …1.2.6
    
    Bump minimist from 1.2.5 to 1.2.6
    CrazyMax authored and GitHub committed Mar 28, 2022
    Copy the full SHA
    2a6fbda View commit details

Commits on Mar 27, 2022

  1. Bump minimist from 1.2.5 to 1.2.6

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and GitHub committed Mar 27, 2022
    Copy the full SHA
    03815bd View commit details

Commits on Mar 21, 2022

  1. Node 16 as default runtime

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Mar 21, 2022
    Copy the full SHA
    130c56f View commit details
  2. Merge pull request #130 from crazy-max/update-dev

    chore: update dev dependencies and workflow
    CrazyMax authored and GitHub committed Mar 21, 2022
    Copy the full SHA
    20111c6 View commit details
  3. chore: update dev dependencies and workflow

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    CrazyMax committed Mar 21, 2022
    Copy the full SHA
    2e23606 View commit details
  4. Merge pull request #129 from docker/dependabot/npm_and_yarn/actions/e…

    …xec-1.1.1
    
    Bump @actions/exec from 1.1.0 to 1.1.1
    CrazyMax authored and GitHub committed Mar 21, 2022
    Copy the full SHA
    c62171c View commit details
  5. Merge pull request #128 from docker/dependabot/npm_and_yarn/actions/t…

    …ool-cache-1.7.2
    
    Bump @actions/tool-cache from 1.7.1 to 1.7.2
    CrazyMax authored and GitHub committed Mar 21, 2022
    Copy the full SHA
    63e7b23 View commit details

Commits on Mar 18, 2022

  1. Bump @actions/exec from 1.1.0 to 1.1.1

    Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) from 1.1.0 to 1.1.1.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/@actions/tool-cache@1.1.1/packages/exec)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/exec"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and GitHub committed Mar 18, 2022
    Copy the full SHA
    a7c4ed7 View commit details
Older