Skip to content

Commit

Permalink
Update weekly-release issue template
Browse files Browse the repository at this point in the history
Signed-off-by: Winnie Kwon <[email protected]>
  • Loading branch information
Winnie Kwon committed Nov 3, 2022
1 parent f1f22cd commit 78c7931
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/weekly-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ If there is a problem and you need to remove the tag, run the following commands

## Release Validation
- [ ] Open a browser tab and go to: https://https://github.com/vmware-tanzu/sonobuoy/actions and verify go releaser for tag v0.x.y completes successfully.
- [ ] Open a browser tab and go to: https://github.com/vmware-tanzu/sonobuoy/actions and verify go releaser for tag v0.x.y completes successfully.
- [ ] Upon successful completion of build job above, check the [releases tab of Sonobuoy](https://github.com/vmware-tanzu/sonobuoy/releases) and verify the artifacts and changelog were published correctly.
- [ ] Run the following command to make sure the image was pushed correctly to [Docker Hub](https://cloud.docker.com/u/sonobuoy/repository/docker/sonobuoy/sonobuoy/tags):

Expand All @@ -76,6 +76,8 @@ Once the release is done, we copy the images over to our Harbor mirror. This is

```
# Ensure you are connected to the VPN when you run this, otherwise you will get an auth error even if login credentials are correct.
skopeo login --username YOUR_USER_NAME projects.registry.vmware.com
skopeo copy --all "docker://registry.hub.docker.com/sonobuoy/sonobuoy:v0.56.1" "docker://projects.registry.vmware.com/sonobuoy/sonobuoy:v0.56.1"
```

Expand Down

0 comments on commit 78c7931

Please sign in to comment.