chore(ci): update default Docker Hub namespace to "cloudneutral"
This commit is contained in:
parent
abd3306ebb
commit
c53c73eddc
6
.github/workflows/build-base-images.yml
vendored
6
.github/workflows/build-base-images.yml
vendored
@ -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
|
||||
|
||||
|
||||
4
.github/workflows/build-service-images.yml
vendored
4
.github/workflows/build-service-images.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user