Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflows: delete Docker image artifact during fly deploy
This is the relevant API endpoint: https://octokit.github.io/rest.js/v21/#actions-delete-artifact Turns out that these artifacts can accumulate and add up to a limit. We don't need the docker image after it's been downloaded and ready to deploy, so just delete it when we're done.
- Loading branch information