chore: Updated Docker release workflow to use environment variable (#10345)

pull/10300/head
Keith Williams 2023-07-25 12:45:56 +02:00 committed by GitHub
parent 47739a7636
commit eb93e81baf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
workflow_id: 'create-release.yaml',
ref: 'main',
inputs: {
"RELEASE_TAG": ${{ inputs.RELEASE_TAG }}
"RELEASE_TAG": process.env.RELEASE_TAG
},
});