Skip to content

Commit

Permalink
fix: set live-run to input's value in dockerhub publish (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara authored May 15, 2024
1 parent 7f7260c commit 75aa273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
uses: eclipse-zenoh/ci/.github/workflows/release-crates-dockerhub.yml@main
with:
no-build: true
live-run: true
live-run: ${{ inputs.live-run || false }}
version: ${{ needs.tag.outputs.version }}
repo: ${{ github.repository }}
branch: ${{ needs.tag.outputs.branch }}
Expand Down

0 comments on commit 75aa273

Please sign in to comment.