rancher / ecm-distro-tools

Apache License 2.0
9 stars 26 forks source link

add rancher upload artifacts cmd #424

Closed tashima42 closed 2 months ago

tashima42 commented 2 months ago

Add a command to download GitHub artifacts and upload them to the prime-artifacts bucket, replacing the registry info

release upload rancher artifacts v2.8.3

config:

     "v2.8.3": {
       "release_branch": "release/v2.8",
       "dry_run": false,
       "skip_status_check": true,
       "rancher_repo_owner": "rancher",
       "base_registry": "docker.io",
       "registry": "registry.rancher.com",
       "prime_artifacts_bucket": "prime-artifacts"
     },
briandowns commented 2 months ago

Can you add this new config section to the test config in test data ?

tashima42 commented 2 months ago

Updated