Skip to content

Commit

Permalink
Merge pull request #15372 from johngmyers/release-process
Browse files Browse the repository at this point in the history
Update release-process.md for registry.k8s.io change
  • Loading branch information
k8s-ci-robot committed May 6, 2023
2 parents de132e8 + 71346e1 commit b8a6bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ git checkout main
git pull upstream main
git checkout -b kops_images_${VERSION}
cd k8s.gcr.io/images/k8s-staging-kops
cd registry.k8s.io/images/k8s-staging-kops
echo "" >> images.yaml
echo "# ${VERSION}" >> images.yaml
kpromo cip run --snapshot gcr.io/k8s-staging-kops --snapshot-tag ${VERSION} >> images.yaml
Expand All @@ -122,7 +122,7 @@ Currently, we send the image and non-image artifact promotion PRs separately.

```
cd ${GOPATH}/src/k8s.io/k8s.io
git add -p k8s.gcr.io/images/k8s-staging-kops/images.yaml
git add -p registry.k8s.io/images/k8s-staging-kops/images.yaml
git commit -m "Promote kOps $VERSION images"
gh pr create -f
```
Expand Down

0 comments on commit b8a6bd4

Please sign in to comment.