From ea3386cbe0bce0e9f283d3c8b1c13d2fffa8c803 Mon Sep 17 00:00:00 2001 From: caoyingjunz Date: Mon, 30 Dec 2024 18:54:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=BB=98=E8=AE=A4=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E4=BB=93=E5=BA=93=20(#520)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 2 +- Makefile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index da5c6565..81e2e744 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -8,7 +8,7 @@ on: env: # Use docker.io for Docker Hub if empty - REGISTRY: harbor.cloud.pixiuio.com + REGISTRY: crpi-0ecikjs9ylb2hqyo.cn-hangzhou.personal.cr.aliyuncs.com jobs: build: diff --git a/Makefile b/Makefile index 2f6ee35e..ec7d61aa 100644 --- a/Makefile +++ b/Makefile @@ -2,12 +2,12 @@ tag = v2.0.1 releaseName = kubez-ansible -dockerhubUser = harbor.cloud.pixiuio.com +dockerhubUser = crpi-0ecikjs9ylb2hqyo.cn-hangzhou.personal.cr.aliyuncs.com ALL: run image: - docker build --no-cache -t $(dockerhubUser)/pixiuio/$(releaseName):$(tag) -f docker/Dockerfile . + docker build --no-cache -t $(dockerhubUser)/pixiu-public/$(releaseName):$(tag) -f docker/Dockerfile . push: image - docker push $(dockerhubUser)/pixiuio/$(releaseName):$(tag) + docker push $(dockerhubUser)/pixiu-public/$(releaseName):$(tag)