docker-remote-deployment-action icon indicating copy to clipboard operation
docker-remote-deployment-action copied to clipboard

Remove docker context at the end of the run

Open remi-espie opened this issue 1 year ago • 1 comments

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.

remi-espie avatar Mar 07 '23 15:03 remi-espie

This also affects multiple runs of this action within the same workflow on regular hosted GitHub Actions.

danpalmer avatar Apr 09 '23 18:04 danpalmer