docker-remote-deployment-action
docker-remote-deployment-action copied to clipboard
Remove docker context at the end of the run
If running on a self-hosted runner, the docker context continue existing, and further actions crashes.
This removes the context at the end of the run.
This also affects multiple runs of this action within the same workflow on regular hosted GitHub Actions.