From 9226d0c8ecf3df7b30f3ce89890e716b25220c80 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Mon, 21 Apr 2025 20:24:56 +0800 Subject: [PATCH] chore: update dockerhub service connection --- assets | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets b/assets index 721148b..904efa8 160000 --- a/assets +++ b/assets @@ -1 +1 @@ -Subproject commit 721148b96904c12079d8ecdaf85ca6d93ed156ac +Subproject commit 904efa8f6bacee4fccb1cdee620b6315c81d5f95 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a526c42..e712201 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,7 @@ jobs: displayName: Install Go - task: Docker@2 inputs: - containerRegistry: "PRO ACR" + containerRegistry: "CR DockerHub" command: "login" addPipelineData: false addBaseImageData: false