chore: Updated Docker release workflow to use environment variable (#10345)
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
workflow_id: 'create-release.yaml',
|
||||
ref: 'main',
|
||||
inputs: {
|
||||
"RELEASE_TAG": ${{ inputs.RELEASE_TAG }}
|
||||
"RELEASE_TAG": process.env.RELEASE_TAG
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user