From d6082be71fd489464f154d6964b46a66592559d4 Mon Sep 17 00:00:00 2001
From: shenmo <jifengshenmo@outlook.com>
Date: Mon, 13 Mar 2023 06:14:53 +0000
Subject: [PATCH] update pipeline-dtk-build-aarch64.yml

---
 .workflow/pipeline-dtk-build-aarch64.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.workflow/pipeline-dtk-build-aarch64.yml b/.workflow/pipeline-dtk-build-aarch64.yml
index 0b0d5e1..ea78a83 100644
--- a/.workflow/pipeline-dtk-build-aarch64.yml
+++ b/.workflow/pipeline-dtk-build-aarch64.yml
@@ -18,7 +18,7 @@ stages:
         name: execute_by_docker
         displayName: 基于镜像的脚本执行
         certificate: ''
-        image: arm64v8/debian:buster
+        image: docker.io/arm64v8/debian:buster
         command:
           - '# 请在此输入您想执行的脚本'
           - echo 'Hello Gitee!'