You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/api/packages/container
Giteabot 27dbe97542
Add actions support to package auth verification (#23729) (#24028)
Backport #23729 by @yp05327

Partly fixes https://github.com/go-gitea/gitea/issues/23642

Error info:

![image](https://user-images.githubusercontent.com/18380374/227827027-4280a368-ec9e-49e0-bb93-6b496ada7cd9.png)
ActionsUser (userID -2) is used to login in to docker in action jobs.

Due to we have no permission policy settings of ActionsUser now,
ActionsUser can only access public registry by this quick fix.

Co-authored-by: yp05327 <576951401@qq.com>
2 years ago
..
auth.go Add actions support to package auth verification (#23729) (#24028) 2 years ago
blob.go Check quota limits for container uploads (#22450) 2 years ago
container.go Use import of OCI structs (#22765) 2 years ago
errors.go Implement FSFE REUSE for golang files (#21840) 2 years ago
manifest.go Notify on container image create (#22806) 2 years ago