Skip to content

Commit

Permalink
chore: display run RELEASE-IMAGE-MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Dec 20, 2023
1 parent ba72ceb commit d3e157f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-image-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,23 @@ on:
type: boolean
required: false
default: true
workflow_display:
inputs:
IMG:
description: "The URL to use building/pushing image targets (e.g. apecloud/kubeblocks)"
type: string
required: false
default: ''
VERSION:
description: "The tag name of image (default: latest)"
type: string
required: false
default: ''
REMOVE_PREFIX:
description: "Enable remove prefix v (default: true)"
type: boolean
required: false
default: true

env:
DOCKER_REGISTRY_URL: docker.io
Expand Down

0 comments on commit d3e157f

Please sign in to comment.