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
Is your feature request related to a problem? Please describe.
I have multiple projects in a private GitLab repository, with one project being public and designated to store all release packages. I need to use the GitLab Packages Registry feature and would like to configure the corresponding settings in the .goreleaser.yml file. The aim is to push release packages from different projects to the Packages Registry of the same project. Store all of your packages in one GitLab project
I'm willing to merge it if someone wants to works on it.
Also worth noting that it should probably be on release as it would affect the release artifacts only.
Docker images et al can be handled via registry name.
Is your feature request related to a problem? Please describe.
I have multiple projects in a private GitLab repository, with one project being public and designated to store all release packages. I need to use the GitLab
Packages Registry
feature and would like to configure the corresponding settings in the.goreleaser.yml
file. The aim is to push release packages from different projects to the Packages Registry of the same project.Store all of your packages in one GitLab project
thx
Describe the solution you'd like
Is it possible to add a configuration option
package_registry_name: "release_repo"
to specify the project name for the packages registry?Describe alternatives you've considered
Search
Supporter
Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered: