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/build-push-action
base: v3.1.0
Choose a base ref
...
head repository: docker/build-push-action
compare: v3.1.1
Choose a head ref
  • 6 commits
  • 6 files changed
  • 4 contributors

Commits on Jul 27, 2022

  1. replace deprecated fs.rmdir with fs.rm

    Signed-off-by: Ben Drucker <bvdrucker@gmail.com>
    bendrucker committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    988cb09 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Merge pull request #657 from bendrucker/deprecated-fs-rmdir

    Replace deprecated `fs.rmdir` with `fs.rm`
    crazy-max committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    67af6dc View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Update comment regarding the support of subdir context

    Signed-off-by: Hervé Werner <dud225@hotmail.com>
    dud225 committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    1f19633 View commit details
    Browse the repository at this point in the history
  2. Fix GitHub token not passed with Git context if subdir defined

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    30a3224 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #661 from dud225/subdir_context

    Update comment regarding the support of subdir context
    crazy-max committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    cd5d0b7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #663 from crazy-max/fix-git-token-cond

    Fix GitHub token not passed with Git context if subdir defined
    crazy-max committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    c84f382 View commit details
    Browse the repository at this point in the history