Skip to content

Commit

Permalink
fix: fix typo in inputs.version (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara authored May 7, 2024
1 parent b779254 commit 4e50f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-crates-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ runs:
platforms: ${{ inputs.platforms }}
push: true
tags: |
${{ inputs.image }}:${{ version }}
${{ inputs.image }}:${{ inputs.version }}
${{ inputs.image }}:${{ inputs.live-run == 'true' && 'latest' || 'nightly' }}
build-args: |
BINARY=${{ inputs.binary }}
Expand Down

0 comments on commit 4e50f54

Please sign in to comment.