Skip to content

Commit 75aa273

Browse files
fix: set live-run to input's value in dockerhub publish (#1029)
1 parent 7f7260c commit 75aa273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
uses: eclipse-zenoh/ci/.github/workflows/release-crates-dockerhub.yml@main
161161
with:
162162
no-build: true
163-
live-run: true
163+
live-run: ${{ inputs.live-run || false }}
164164
version: ${{ needs.tag.outputs.version }}
165165
repo: ${{ github.repository }}
166166
branch: ${{ needs.tag.outputs.branch }}

0 commit comments

Comments
 (0)