Skip to content

Commit 9e4ccf8

Browse files
fix(docker)!: add release_version input (#480)
1 parent 8aaae99 commit 9e4ccf8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/__call-docker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ on:
4141
release_tag:
4242
required: true
4343
type: string
44+
release_version:
45+
required: true
46+
type: string
4447
secrets:
4548
DOCKER_HUB_USERNAME:
4649
description: 'Docker Hub username to use for the workflow.'
@@ -269,7 +272,7 @@ jobs:
269272
build-args: |
270273
BRANCH=${{ steps.prepare.outputs.branch }}
271274
BUILD_DATE=${{ steps.prepare.outputs.build_date }}
272-
BUILD_VERSION=${{ inputs.release_tag }}
275+
BUILD_VERSION=${{ inputs.release_version }}
273276
COMMIT=${{ inputs.release_commit }}
274277
CLONE_URL=${{ steps.prepare.outputs.clone_url }}
275278
RELEASE=${{ inputs.publish_release }}

0 commit comments

Comments
 (0)