You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These can be deleted after a certain time has elapsed, provided they don't exceed ghcr.io image deletion policy i.e have not been used too much which should be almost universally the case.
CI images build up over time.
These can be deleted after a certain time has elapsed, provided they don't exceed
ghcr.io
image deletion policy i.e have not been used too much which should be almost universally the case.actions/delete-package-versions#101 prevents non-integers to be passed, so tags are not deleted. It seems v3.0.1 is not affected.
Since we have to list packages and filter by date, and the action does not support it, we might make use of this workaround:
URL should be:
https://api.github.com/ogs/DataDog/packages/container/PACKAGE_NAME/versions
This should return:
Selectable via:
Note: the query might be paginated.
The text was updated successfully, but these errors were encountered: