Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store all of packages in one GitLab project #4684

Open
2 of 3 tasks
tinboxw opened this issue Mar 12, 2024 · 1 comment
Open
2 of 3 tasks

Store all of packages in one GitLab project #4684

tinboxw opened this issue Mar 12, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tinboxw
Copy link

tinboxw commented Mar 12, 2024

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

gitlab_urls:
  api: https://git.company.com/api/v4
  download: https://git.company.com
  use_package_registry: true
  use_job_token: true
  package_registry_name:  "release_repo"

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

  • I did search for other open and closed issues before opening this

Supporter

Code of Conduct

  • I agree to follow this project's Code of Conduct

Additional context

No response

@tinboxw tinboxw added enhancement New feature or request triage Issue pending triage by one of the maintainers labels Mar 12, 2024
@caarlos0
Copy link
Member

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.

@caarlos0 caarlos0 removed the triage Issue pending triage by one of the maintainers label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants