File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ internal:
4343 --fill \
4444 --draft \
4545 --title "(internal) release_patch: build {{version}}" \
46- --body "Test plan: automated release PR, CI will perform additional checks"
46+ --body "Test plan: automated release PR, CI will perform additional checks"
4747 echo "🚢 Please check the associated CI build to ensure the process completed".
4848 minor :
4949 - name : docker(compose):tags
@@ -133,12 +133,12 @@ promoteToPublic:
133133 - name : docker(compose):tags
134134 cmd : |
135135 set -eu
136- registry=us-central1- docker.pkg.dev /sourcegraph-ci/rfc795-public
136+ registry=index. docker.io /sourcegraph
137137 sg ops update-images --registry ${registry} --kind compose --pin-tag {{inputs.server.tag}} docker-compose/
138138 - name : docker(shell):tags
139139 cmd : |
140140 set -eu
141- registry=us-central1- docker.pkg.dev /sourcegraph-ci/rfc795-public
141+ registry=index. docker.io /sourcegraph
142142 sg ops update-images --registry ${registry} --kind shell --pin-tag {{inputs.server.tag}} pure-docker/
143143 - name : " git:branch"
144144 cmd : |
@@ -181,7 +181,7 @@ promoteToPublic:
181181 # Web URL to the tag
182182 tag_url="https://github.com/sourcegraph/deploy-sourcegraph-docker/tree/{{version}}"
183183
184- # Annotate PRs
184+ # Annotate PRs
185185 cat << EOF | gh pr comment "$internal_branch" --body-file -
186186 - :green_circle: Release has been promoted, see tag: $tag_url.
187187 - :no_entry: Do not under any circumstance delete the branch holding the tagged commit (i.e. \`$release_branch\`).
You can’t perform that action at this time.
0 commit comments