Skip to content

Commit 2e1a881

Browse files
committed
release cicd: docker version fix
1 parent c30b80b commit 2e1a881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
FOLDER_TIME: ${{ inputs.folder_time }}
4444
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
outputs:
46-
docker_version: ${{ env.DOCKER_VERSION }}-${{ env.PACKAGE_VERSION }}
46+
docker_version: ${{ env.DOCKER_VERSION }}
4747
commit_hash: ${{ env.COMMIT_HASH }}
4848
folder_time: ${{ env.FOLDER_TIME }}
4949
needs_binary_processing: ${{ env.NEEDS_BINARY_PROCESSING }}

0 commit comments

Comments
 (0)