docker-buildx/dist
Ashhar Hasan fdd372a0be Remove aliases created by buildx when installing by default
If the action is configured to install buildx by default using the
input then docker buildx sets up docker build as an alias for buildx
making all docker build calls use the buildx builder instead of
traditional builders. The action didn't perform cleanup in this case to
uninstall the aliases which meant that any future workflows running on
same GitHub Actions runner would get the buildx builders even if it did
not explicitly request it.

This commit tracks if the aliases were installed and removes them during
post step of the action if so.

Signed-off-by: Ashhar Hasan <hashhar_dev@outlook.com>
2022-04-25 12:37:22 +05:30
..
index.js Remove aliases created by buildx when installing by default 2022-04-25 12:37:22 +05:30
index.js.map Remove aliases created by buildx when installing by default 2022-04-25 12:37:22 +05:30
licenses.txt chore: update dev dependencies and workflow 2022-03-21 13:43:41 +01:00
sourcemap-register.js chore: update dev dependencies and workflow 2022-03-21 13:43:41 +01:00