Skip to content

Commit

Permalink
chore: change skopeo copy/sync description
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Dec 11, 2024
1 parent 74432c2 commit 1bcc57f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/skopeo-copy-images-aliyun-and-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
workflow_dispatch:
inputs:
images_name:
description: 'copy images name e.g. apecloud/kubeblocks:0.3.8'
description: 'copy image src name (e.g. <namesapce>/<name>:<tag>)'
required: false
default: ''
registry:
description: 'copy images registry e.g. docker.io'
description: 'copy image src registry(e.g. docker.io)'
required: false
default: 'docker.io'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/skopeo-copy-images-aliyun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
workflow_dispatch:
inputs:
images_name:
description: 'copy images name e.g. apecloud/kubeblocks:0.3.8'
description: 'copy image src name (e.g. <namesapce>/<name>:<tag>)'
required: false
default: ''
registry:
description: 'copy images registry e.g. docker.io'
description: 'copy image src registry(e.g. docker.io)'
required: false
default: 'docker.io'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/skopeo-copy-images-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
workflow_dispatch:
inputs:
images_name:
description: 'copy images name e.g. apecloud/kubeblocks:0.3.8'
description: 'copy image src name (e.g. <namesapce>/<name>:<tag>)'
required: false
default: ''
registry:
description: 'copy images registry e.g. docker.io'
description: 'copy image src registry(e.g. docker.io)'
required: false
default: 'docker.io'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/skopeo-sync-images-aliyun-and-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
workflow_dispatch:
inputs:
images_name:
description: 'sync images name e.g. apecloud/kubeblocks:0.3.8'
description: 'sync image src name (e.g. <namesapce>/<name>:<tag>)'
required: false
default: ''
registry:
description: 'sync images registry e.g. docker.io'
description: 'sync image src registry(e.g. docker.io)'
required: false
default: 'docker.io'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/skopeo-sync-images-aliyun-to-aliyun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
workflow_dispatch:
inputs:
images_name:
description: 'sync images name e.g. apecloud/kubeblocks:0.3.8'
description: 'sync image src name (e.g. <namesapce>/<name>:<tag>)'
required: false
default: ''
registry:
description: 'sync images registry e.g. infracreate-registry.cn-zhangjiakou.cr.aliyuncs.com'
description: 'sync images src registry e.g. infracreate-registry.cn-zhangjiakou.cr.aliyuncs.com'
required: false
default: 'infracreate-registry.cn-zhangjiakou.cr.aliyuncs.com'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/skopeo-sync-images-aliyun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
workflow_dispatch:
inputs:
images_name:
description: 'sync images name e.g. apecloud/kubeblocks:0.3.8'
description: 'sync image src name (e.g. <namesapce>/<name>:<tag>)'
required: false
default: ''
registry:
description: 'sync images registry e.g. docker.io'
description: 'sync image src registry(e.g. docker.io)'
required: false
default: 'docker.io'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/skopeo-sync-images-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
workflow_dispatch:
inputs:
images_name:
description: 'sync images name e.g. apecloud/kubeblocks:0.3.8'
description: 'sync image src name (e.g. <namesapce>/<name>:<tag>)'
required: false
default: ''
registry:
description: 'sync images registry e.g. docker.io'
description: 'sync image src resource registry(e.g. docker.io)'
required: false
default: 'docker.io'

Expand Down

0 comments on commit 1bcc57f

Please sign in to comment.