Skip to content

Commit

Permalink
Update release.yml (#27)
Browse files Browse the repository at this point in the history
## Motivation

Docker sloctl version is not set properly.
  • Loading branch information
nieomylnieja authored Jan 16, 2024
1 parent 46929a1 commit 5244368
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 @@ -51,4 +51,4 @@ jobs:
platforms: linux/amd64, linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: GO_VERSION='-s -w -X github.com/nobl9/sloctl/internal/sloctl.BuildVersion=${{ github.ref_name }}'
build-args: GO_VERSION='-s -w -X github.com/nobl9/sloctl/internal.BuildVersion=${{ github.ref_name }}'

0 comments on commit 5244368

Please sign in to comment.