docker-setup-buildx/dist
Ashhar Hasan 640bfe662c 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>
2024-09-15 23:59:47 +05:30
..
index.js Remove aliases created by buildx when installing by default 2024-09-15 23:59:47 +05:30
index.js.map Remove aliases created by buildx when installing by default 2024-09-15 23:59:47 +05:30
licenses.txt chore: update generated content 2024-07-04 00:28:28 +02:00
sourcemap-register.js update generated content 2023-04-17 02:59:38 +02:00