pluralsh / plural-cli

cli for the plural platform
MIT License
27 stars 10 forks source link

ci: fix buildx cleanup on AWS #442

Closed davidspek closed 1 year ago

davidspek commented 1 year ago

Summary

It seems as though the login to AWS for our multi-arch image building sometimes times out so buildx can't cleanup the build deployments leaving dormant nodes in the cluster. This PR has the action login to AWS again at the end so it should be able to always cleanup the deployments.