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

This commit is contained in:
Keith Williams
2023-07-25 16:15:56 +05:30
committed by GitHub
parent 47739a7636
commit eb93e81baf
+1 -1
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
},
});