Skip to content

Commit

Permalink
Merge pull request #19 from sartx/main
Browse files Browse the repository at this point in the history
fix ci file
  • Loading branch information
sartx authored Jun 7, 2023
2 parents d41fd4f + 20d3296 commit 9526179
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 9526179

Please sign in to comment.