We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aaae99 commit 9e4ccf8Copy full SHA for 9e4ccf8
1 file changed
.github/workflows/__call-docker.yml
@@ -41,6 +41,9 @@ on:
41
release_tag:
42
required: true
43
type: string
44
+ release_version:
45
+ required: true
46
+ type: string
47
secrets:
48
DOCKER_HUB_USERNAME:
49
description: 'Docker Hub username to use for the workflow.'
@@ -269,7 +272,7 @@ jobs:
269
272
build-args: |
270
273
BRANCH=${{ steps.prepare.outputs.branch }}
271
274
BUILD_DATE=${{ steps.prepare.outputs.build_date }}
- BUILD_VERSION=${{ inputs.release_tag }}
275
+ BUILD_VERSION=${{ inputs.release_version }}
276
COMMIT=${{ inputs.release_commit }}
277
CLONE_URL=${{ steps.prepare.outputs.clone_url }}
278
RELEASE=${{ inputs.publish_release }}
0 commit comments