Skip to content

Commit

Permalink
Fix release proces kpromo cip snapshot URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Oct 13, 2024
1 parent e04695e commit 70a6b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ git pull
git checkout -b etcd-manager_images_${VERSION}
echo "# ${VERSION}" >> registry.k8s.io/images/k8s-staging-etcd-manager/images.yaml
kpromo cip --snapshot gcr.io/k8s-staging-etcd-manager --snapshot-tag "v${VERSION}" >> registry.k8s.io/images/k8s-staging-etcd-manager/images.yaml
kpromo cip --snapshot us-central1-docker.pkg.dev/k8s-staging-images/etcd-manager --snapshot-tag "v${VERSION}" >> registry.k8s.io/images/k8s-staging-etcd-manager/images.yaml
```

You can dry-run the promotion with
Expand Down

0 comments on commit 70a6b88

Please sign in to comment.