docker / build-push-action

GitHub Action to build and push Docker images with Buildx
https://github.com/marketplace/actions/build-and-push-docker-images
Apache License 2.0
4.1k stars 525 forks source link

update to yarn 3.6.3 #1110

Closed crazy-max closed 1 month ago

crazy-max commented 1 month ago

similar to https://github.com/docker/bake-action/pull/98

Migration steps: https://yarnpkg.com/getting-started/migration

$ corepack enable
# https://yarnpkg.com/getting-started/install#updating-to-the-latest-versions
$ yarn set version stable
$ yarn --version
3.6.3

Also install plugin-interactive-tools yarn pkg: https://yarnpkg.com/api/modules/plugin_interactive_tools.html

$ yarn plugin import interactive-tools