Skip to content

Commit

Permalink
fix ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
asagitullin committed Jun 7, 2023
1 parent c16b8fb commit 20d3296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
context: .
target: release
build-args: |
LIB_VERSION: ${{ steps.get_version.outputs.version-without-v }}
LIB_VERSION=${{ steps.get_version.outputs.version-without-v }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 20d3296

Please sign in to comment.