Skip to content

Commit 6f4c0c0

Browse files
authored
[ci] use new docker account for releasing (#53646)
cherrypick #53629 Signed-off-by: Lonnie Liu <[email protected]>
1 parent 5626926 commit 6f4c0c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.buildkite/copy_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def perform_auth():
4646
def handle_docker_login(resp):
4747
pwd = resp.json()["docker_password"]
4848
subprocess.check_call(
49-
["docker", "login", "--username", "raytravisbot", "--password", pwd]
49+
["docker", "login", "--username", "raydockerreleaser", "--password", pwd]
5050
)
5151

5252

0 commit comments

Comments
 (0)