We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30b80b commit 2e1a881Copy full SHA for 2e1a881
.github/workflows/sign_and_release.yml
@@ -43,7 +43,7 @@ jobs:
43
FOLDER_TIME: ${{ inputs.folder_time }}
44
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
outputs:
46
- docker_version: ${{ env.DOCKER_VERSION }}-${{ env.PACKAGE_VERSION }}
+ docker_version: ${{ env.DOCKER_VERSION }}
47
commit_hash: ${{ env.COMMIT_HASH }}
48
folder_time: ${{ env.FOLDER_TIME }}
49
needs_binary_processing: ${{ env.NEEDS_BINARY_PROCESSING }}
0 commit comments