chore(ci): update default Docker Hub namespace to "cloudneutral"

This commit is contained in:
Haitao Pan 2025-12-08 17:13:45 +08:00
parent abd3306ebb
commit c53c73eddc
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ on:
dockerhub_namespace:
description: "Docker Hub namespace (user/org)"
type: string
default: "manbuzhe2009"
default: "cloudneutral"
workflow_dispatch:
inputs:
@ -40,7 +40,7 @@ on:
dockerhub_namespace:
description: "Docker Hub namespace (user/org)"
type: string
default: "manbuzhe2009"
default: "cloudneutral"
push:
paths:
@ -116,7 +116,7 @@ jobs:
- name: Re-tag & Push Image (Docker Hub)
if: env.PUSH_IMAGES == 'true'
env:
TARGET_NS: ${{ inputs.dockerhub_namespace || github.event.inputs.dockerhub_namespace || 'manbuzhe2009' }}
TARGET_NS: ${{ inputs.dockerhub_namespace || github.event.inputs.dockerhub_namespace || 'cloudneutral' }}
run: |
set -euo pipefail

View File

@ -34,7 +34,7 @@ on:
dockerhub_namespace:
description: "Docker Hub namespace (user/org)"
type: string
default: "manbuzhe2009"
default: "cloudneutral"
node_builder_image:
type: string
@ -151,7 +151,7 @@ jobs:
- name: Re-tag & Push Service Image (Docker Hub)
if: env.PUSH_IMAGES == 'true'
env:
TARGET_NS: ${{ inputs.dockerhub_namespace || github.event.inputs.dockerhub_namespace || 'manbuzhe2009' }}
TARGET_NS: ${{ inputs.dockerhub_namespace || github.event.inputs.dockerhub_namespace || 'cloudneutral' }}
run: |
set -euo pipefail