Skip to content

Commit

Permalink
fix: set live-run to input's value in dockerhub publish (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara authored May 15, 2024
1 parent 08d3dfb commit 23ff75e
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 @@ -157,7 +157,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 }}
branch: ${{ needs.tag.outputs.branch }}
repo: ${{ github.repository }}
Expand Down

0 comments on commit 23ff75e

Please sign in to comment.