From 5484a0e253eeb42752213f76e96648e8b2581c58 Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 25 Sep 2024 18:51:54 +0800 Subject: [PATCH] gitac: export REPO=$REPO_ALI #REPO_HUB REPO_ALI ##without "xx/" --- .github/workflows/docker-image-x11-base.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-image-x11-base.yml b/.github/workflows/docker-image-x11-base.yml index aa7d19d2..cf904a43 100644 --- a/.github/workflows/docker-image-x11-base.yml +++ b/.github/workflows/docker-image-x11-base.yml @@ -55,10 +55,11 @@ jobs: echo "${DOCKER_REGISTRY_QCLOUD_PASS}" |docker login --username=${DOCKER_REGISTRY_QCLOUD_USER} --password-stdin $repo - export REPO=registry-1.docker.io - export REPO=registry.cn-shenzhen.aliyuncs.com - # export REPO=ccr.ccs.tencentyun.com - # export REPO=dockerhub.qingcloud.com + export REPO_HUB=registry-1.docker.io + export REPO_ALI=registry.cn-shenzhen.aliyuncs.com + export REPO_TEN=ccr.ccs.tencentyun.com + export REPO_QING=dockerhub.qingcloud.com + export REPO=$REPO_ALI #REPO_HUB REPO_ALI ##without "xx/" # BUILD :> /tmp/.timecost echo compile; cd compile; @@ -96,6 +97,7 @@ jobs: # # # 同步到ali仓 + unset REPO_QING REPO_TEN #REPO_HUB REPO_ALI REPO_TEN REPO_QING #skipSync echo syncer; cd ../.github/workflows; bash syncer.sh; # # view timecost