Skip to content

Commit

Permalink
Fix the go build command in the dev ci builder
Browse files Browse the repository at this point in the history
  • Loading branch information
allanger committed May 8, 2024
1 parent 2691a96 commit 9e59095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-publish-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
go build -tags build -o ${{ env.product_name }} ${{ env.main_go_path }}
go build -tags build -o ${{ env.product_name }} \
-ldflags="-X \"github.com/db-operator/db-operator/internal/helpers/common.OperatorVersion=v${{ github.sha }}"\" \
-ldflags="-X \"github.com/db-operator/db-operator/internal/helpers/common.OperatorVersion=v${{ github.sha }}\"" \
${{ env.main_go_path }}
- name: Set up Docker Buildx
Expand Down

0 comments on commit 9e59095

Please sign in to comment.