Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新默认镜像仓库 #520

Merged
merged 2 commits into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

tag = v3.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)
Loading