mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
github_packages: fix "Uploaded to" organisation.
This is hardcoded to Homebrew but we've started uploading bottles to the Linuxbrew org.
This commit is contained in:
parent
4cbc34d31d
commit
eb25bf3668
@ -380,7 +380,7 @@ class GitHubPackages
|
|||||||
args << "--dest-creds=#{user}:#{token}"
|
args << "--dest-creds=#{user}:#{token}"
|
||||||
system_command!(skopeo, verbose: true, print_stdout: true, args: args)
|
system_command!(skopeo, verbose: true, print_stdout: true, args: args)
|
||||||
package_name = "#{GitHubPackages.repo_without_prefix(repo)}/#{image_name}"
|
package_name = "#{GitHubPackages.repo_without_prefix(repo)}/#{image_name}"
|
||||||
ohai "Uploaded to https://github.com/orgs/Homebrew/packages/container/package/#{package_name}"
|
ohai "Uploaded to https://github.com/orgs/#{org}/packages/container/package/#{package_name}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user