Skip to content

Commit

Permalink
Merge pull request #5 from ninech/fix-chart-action
Browse files Browse the repository at this point in the history
fix chart.yaml workflow
  • Loading branch information
thirdeyenick authored Dec 5, 2024
2 parents 92d0643 + 05bfbfc commit 8ce42a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: |
./tool/go run cmd/k8s-operator/generate/main.go helmcrd
./tool/helm package --app-version="${GITHUB_REF}" --version=${GITHUB_REF} './cmd/k8s-operator/deploy/chart'
./tool/helm push ./tailscale-operator-${{ $GITHUB_REF }}.tgz oci://${{ steps.set-variables.outputs.REPOSITORY }}/charts
./tool/helm push ./tailscale-operator-${GITHUB_REF}.tgz oci://${{ steps.set-variables.outputs.REPOSITORY }}/charts

0 comments on commit 8ce42a2

Please sign in to comment.