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!'